KeyEventHandler

Wisej.Web.KeyEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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

sender

The source of the event.

e

A KeyEventArgs that contains the event data.

Fired By

NameDescription

Fired when a key is pressed while the control has focus.

Fired when a key is released while the control has focus.

Last updated