The KeyChangedEventArgs type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
KeyChangedEventArgs |
Initializes a new instance of the PointerChangedEventArgs class.
|
Properties
Name | Description | |
---|---|---|
Keysym |
The X11 keysym of the key. For many keys this is the ASCII value.
| |
Pressed | true for a key press event, or false for a key release event.
|
See Also