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