Interface IKeyEventArgs
- Namespace
- DotNetBrowser.Input.Keyboard.Events
- Assembly
- DotNetBrowser.dll
The base interface of all event arguments for the key events.
public interface IKeyEventArgs
Properties
- KeyLocation
Gets the key location on the keyboard.
- Modifiers
Gets the key modifiers.
- VirtualKey
Gets the virtual key code.