Interface IKeyCharEventArgs
- Namespace
- DotNetBrowser.Input.Keyboard.Events
- Assembly
- DotNetBrowser.dll
The event arguments for key events which provide a character.
public interface IKeyCharEventArgs : IKeyEventArgs
- Inherited Members
Properties
- KeyChar
Gets the character associated with this event.