KeyEventHandler
Wisej.Web.KeyEventHandler
Last updated
Wisej.Web.KeyEventHandler
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the KeyUp or KeyDown event of a Control.
sender
The source of the event.
e
A that contains the event data.
Fired when a key is pressed while the control has focus.
Fired when a key is released while the control has focus.