Property KeyPressed
- Namespace
- DotNetBrowser.Input.Keyboard
- Assembly
- DotNetBrowser.dll
KeyPressed
Occurs when a key is pressed for the browser. This corresponds to KeyDown
event of WPF and WinForms
controls.
IInterceptableInputEvent<IKeyPressedEventArgs, KeyPressedEventArgs> KeyPressed { get; }
Property Value
Exceptions
- ObjectDisposedException
The IBrowser object has already been disposed.