Click or drag to resize

KeyCharEventArgs Properties

The KeyCharEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyKeyChar
Gets or sets the character associated with this event.
Public propertyModifiers
Gets or sets the key modifiers.
(Inherited from KeyEventArgs.)
Public propertyVirtualKey
Gets or sets the virtual key code.
(Inherited from KeyEventArgs.)
Top
See Also