Skip to main content
Version: 4.1

KeyEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the KeyUp or KeyDown event of a Control.

public delegate void KeyEventHandler(Object sender, KeyEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eKeyEventArgsA KeyEventArgs that contains the event data.

Fired By

NameDescription
Control.KeyDownFired when a key is pressed while the control has focus.
Control.KeyUpFired when a key is released while the control has focus.