Event KeyDown
Raised when the user presses a key.
Set Handled to true to indicate the key was handled and to prevent additional processing.
event EventHandler<Key>? KeyDownReturns
- EventHandler<Key>
- Raised when the user presses a key. Set to true to indicate the key was handled and to prevent additional processing.