Event KeyDown
Event fired when a key is pressed down. This is a precursor to KeyUp.
public event EventHandler<Key>? KeyDown
Returns
- EventHandler<Key>
- Event fired when a key is pressed down. This is a precursor to .
Event fired when a key is pressed down. This is a precursor to KeyUp.
public event EventHandler<Key>? KeyDown