KeyCharEventArgsKeyChar Property  | 
 
                Gets or sets the character associated with this event.
            
 
    Namespace: 
   DotNetBrowser.Input.Keyboard.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
Syntaxpublic string KeyChar { get; set; }Property Value
Type: 
StringThe character associated with this event.
Implements
IKeyCharEventArgsKeyChar
See Also