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