Delegate KeyPressEventHandler
public delegate void KeyPressEventHandler(object? sender, KeyPressEventArgs e)
Parameters
sender
objectThe source of the event.
e
KeyPressEventArgsA KeyPressEventArgs that contains the event data.
public delegate void KeyPressEventHandler(object? sender, KeyPressEventArgs e)
sender
objectThe source of the event.
e
KeyPressEventArgsA KeyPressEventArgs that contains the event data.