Wisej.Web.KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the KeyPress event.
Initializes a new instance of the KeyPressEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets whether the KeyPress event was handled.
Char: Returns or sets the character corresponding to the key pressed.
Name | Description |
---|---|
keyChar
The ASCII character corresponding to the key the user pressed.