KeyPressEventArgs
Wisej.Web.KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the KeyPress event.
Constructors
KeyPressEventArgs(keyChar)
Initializes a new instance of the KeyPressEventArgs class.
Name
Type
Description
Properties
Handled
Boolean: Returns or sets whether the KeyPress event was handled.
KeyChar
Char: Returns or sets the character corresponding to the key pressed.
Used By
Name
Description
Last updated