[This is preliminary documentation and is subject to change.]

The LowLevelKeyEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAction
Indicates action which occured on keyboard
Public propertyAltState
Indicates if the ALT key was pressed
Public propertyHandled
Gets or sets value indicating if calle handles the message
(Inherited from SuppresHandledEventArgs.)
Public propertyIsExtended
Indicates if Key is extended key (such as numpad key or F key)
Public propertyIsInjected
Indicates if kay was injected
Public propertyKey
Gets key code of key that was pressed.
Public propertyScanCode
Gets hardware scan code of key being pressed or released
Public propertySuppress
Gets or sets value indicating if hooks following this one and windows message may be suppressed
(Inherited from SuppresHandledEventArgs.)

See Also