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