The properties of the KeyPressEventArgs class are listed below. For a complete list of KeyPressEventArgs class members, see the KeyPressEventArgs Members topic.
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
Handled | Gets or sets a value indicating whether the System.WinForms.Control.KeyPress event was handled. |
KeyChar | Gets the character corresponding to the key pressed. |