Skip to main content
Version: 3.5

KeyPressEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the KeyPress event of a Control.

public delegate void KeyPressEventHandler(Object sender, KeyPressEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eKeyPressEventArgsA KeyPressEventArgs that contains the event data.

Fired By

NameDescription
Control.KeyPressFired when a key is pressed while the control has focus.