Click or drag to resize

IKeyCharEventArgs Properties

The IKeyCharEventArgs type exposes the following members.

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