Property KeyTyped
- Namespace
- DotNetBrowser.Input.Keyboard
- Assembly
- DotNetBrowser.dll
KeyTyped
Occurs when a control code, character, space, enter or backspace key is pressed for the browser.
This corresponds to KeyPress
event of WinForms controls.
IInterceptableInputEvent<IKeyTypedEventArgs, KeyTypedEventArgs> KeyTyped { get; }
Property Value
Exceptions
- ObjectDisposedException
The IBrowser object has already been disposed.