Click or drag to resize

KeyCharEventArgsKeyChar Property

Gets or sets the character associated with this event.

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string KeyChar { get; set; }

Property Value

Type: String
The character associated with this event.

Implements

IKeyCharEventArgsKeyChar
See Also