IKeyCharEventArgs Interface |
Namespace: DotNetBrowser.Input.Keyboard.Events
public interface IKeyCharEventArgs : IKeyEventArgs
The IKeyCharEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyChar |
Gets the character associated with this event.
| |
| Modifiers |
Gets the key modifiers.
(Inherited from IKeyEventArgs.) | |
| VirtualKey |
Gets the virtual key code.
(Inherited from IKeyEventArgs.) |