Wisej.Web.KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
public class KeyPressEventArgs : EventArgs
Public Class KeyPressEventArgs Inherits EventArgs
Initializes a new instance of the KeyPressEventArgs class.
keyChar
Char
The ASCII character corresponding to the key the user pressed.
Char: Returns or sets the character corresponding to the key pressed.
KeyPressEventHandler