KeyPressEventArgs
Wisej.Web.KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the KeyPress event.
public class KeyPressEventArgs : EventArgs
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
Was this helpful?