[]
Provides information for keyboard events.
public class KeyEventArgs : EventArgs
Name | Description |
---|---|
KeyEventArgs() |
Name | Description |
---|---|
Alt | Gets a value indicating whether alt key is pressed. |
Char | Gets the char associated with the key that originated this event. |
Command | Gets a value indicating whether command key is pressed. |
Ctrl | Gets a value indicating whether control key is pressed. |
Key | Gets the key identifier. |
OriginalEvent | Gets the original event that originated this event. |
Shift | Gets a value indicating whether shift key is pressed. |