Occurs when a key was pressed down.
The event handler receives an argument of type KeyPressedEventArgs containing data related to this event. The following KeyPressedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled | Gets or sets whether the key was handled. |
| Key | Gets pressed key's descriptor. |
CustomKeyboard Class | Resco.Controls.Keyboard Namespace