DotNetBrowser.Input.Keyboard.Events Namespace |
Class | Description | |
---|---|---|
![]() | KeyCharEventArgs |
The event arguments for key events which provide a character.
|
![]() | KeyEventArgs |
The base interface of all event arguments for the key events.
|
![]() | KeyModifiers |
The keyboard modifiers applied.
|
![]() | KeyPressedEventArgs |
The event arguments for the KeyPressed event.
|
![]() | KeyReleasedEventArgs |
The event arguments for the KeyReleased event.
|
![]() | KeyTypedEventArgs |
The event arguments for the KeyTyped event.
|
Interface | Description | |
---|---|---|
![]() | IKeyCharEventArgs |
The event arguments for key events which provide a character.
|
![]() | IKeyEventArgs |
The base interface of all event arguments for the key events.
|
![]() | IKeyModifiers |
The keyboard modifiers applied.
|
![]() | IKeyPressedEventArgs |
The event arguments for the KeyPressed event.
|
![]() | IKeyReleasedEventArgs |
The event arguments for the KeyReleased event.
|
![]() | IKeyTypedEventArgs |
The event arguments for the KeyTyped event.
|
Enumeration | Description | |
---|---|---|
![]() | KeyCode |
The virtual key codes.
|