Struct InputKeyEventArgs
public struct InputKeyEventArgs
- Inherited Members
Constructors
InputKeyEventArgs(Keys)
Create a new keyboard input event
public InputKeyEventArgs(Keys key = Keys.None)
Parameters
key
KeysThe key involved in this event
Fields
Key
The key that was either pressed or released.
public readonly Keys Key