Click or drag to resize

IKeyboardKeyTyped Property

Occurs when a control code, character, space, enter or backspace key is pressed for the browser. This corresponds to KeyPress event of WinForms controls.

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

Property Value

Type: IInterceptableInputEventIKeyTypedEventArgs, KeyTypedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also