The members of System.Windows.Forms.KeyPressEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.KeyPressEventArgs class. |
Handled | bool.
Gets or sets a value indicating whether the Control.KeyPress event was handled. | |
KeyChar | char.
Gets or sets the character corresponding to the key pressed. |