The KeyboardEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyChar
The unicode character of the key. This may differ from its culture-specific string representation.
Public propertyString
A string representation of the character that was entered. This will take into account the current locale settings. The numeric keypad dot may have different string representations for example.

See Also