Click or drag to resize

IKeyEventArgs Interface

The base interface of all event arguments for the key events.

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IKeyEventArgs

The IKeyEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyModifiers
Gets the key modifiers.
Public propertyVirtualKey
Gets the virtual key code.
Top
See Also