Click or drag to resize

IKeyboardKeyPressed Property

Occurs when a key is pressed for the browser. This corresponds to KeyDown event of WPF and WinForms controls.

Namespace:  DotNetBrowser.Input.Keyboard
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IInterceptableInputEvent<IKeyPressedEventArgs, KeyPressedEventArgs> KeyPressed { get; }

Property Value

Type: IInterceptableInputEventIKeyPressedEventArgs, KeyPressedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also