Event PreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
public event PreviewKeyDownEventHandler? PreviewKeyDown
Returns
- PreviewKeyDownEventHandler
- Occurs before the event when a key is pressed while focus is on this control.
- Implements