Delegate KeyPressEventHandler
Represents the method that will handle the KeyPress event of a AbstractControl.
public delegate void KeyPressEventHandler(object? sender, KeyPressEventArgs e)
Parameters
senderobjectThe source of the event.
eKeyPressEventArgsA KeyPressEventArgs that contains the event data.