Delegate PreviewKeyDownEventHandler
Represents the method that will handle the preview key down events.
public delegate void PreviewKeyDownEventHandler(object? sender, PreviewKeyDownEventArgs e)
Parameters
senderobjectThe source of the event.
ePreviewKeyDownEventArgsA PreviewKeyDownEventArgs that contains the event data.