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