Class KeyPressEventArgs
This class is used in the KeyPress event as EventArgs.
public class KeyPressEventArgs : KeyboardEventArgs
- Inheritance
-
KeyPressEventArgs
Constructors
- KeyPressEventArgs(object, char)
Initializes a new instance of the KeyPressEventArgs class.
Properties
- KeyChar
The Key referenced by the event.