KeyChangedEventArgs MembersRemoteViewing

The KeyChangedEventArgs type exposes the following members.
Constructors

  NameDescription
Public methodKeyChangedEventArgs
Initializes a new instance of the PointerChangedEventArgs class.
Back to Top
Properties

  NameDescription
Public propertyKeysym
The X11 keysym of the key. For many keys this is the ASCII value.
Public propertyPressed
true for a key press event, or false for a key release event.
Back to Top
See Also