Click or drag to resize

DotNetBrowser.Input.Keyboard.Events Namespace

This namespace contains interfaces and classes related to the keyboard input events.
Classes
  ClassDescription
Public classKeyCharEventArgs
The event arguments for key events which provide a character.
Public classKeyEventArgs
The base interface of all event arguments for the key events.
Public classKeyModifiers
The keyboard modifiers applied.
Public classKeyPressedEventArgs
The event arguments for the KeyPressed event.
Public classKeyReleasedEventArgs
The event arguments for the KeyReleased event.
Public classKeyTypedEventArgs
The event arguments for the KeyTyped event.
Interfaces
  InterfaceDescription
Public interfaceIKeyCharEventArgs
The event arguments for key events which provide a character.
Public interfaceIKeyEventArgs
The base interface of all event arguments for the key events.
Public interfaceIKeyModifiers
The keyboard modifiers applied.
Public interfaceIKeyPressedEventArgs
The event arguments for the KeyPressed event.
Public interfaceIKeyReleasedEventArgs
The event arguments for the KeyReleased event.
Public interfaceIKeyTypedEventArgs
The event arguments for the KeyTyped event.
Enumerations
  EnumerationDescription
Public enumerationKeyCode
The virtual key codes.