Struct TextInputEventArgs
public struct TextInputEventArgs
- Inherited Members
Constructors
TextInputEventArgs(char, Keys)
Creates an instance of TextInputEventArgs.
public TextInputEventArgs(char character, Keys key = Keys.None)
Parameters
Fields
Character
The character for the key that was pressed.
public readonly char Character
Field Value
Key
The pressed key.
public readonly Keys Key