Click or drag to resize

IKeyboard.KeyReleased Property

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

Namespace:  DotNetBrowser.Input.Keyboard
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
Syntax
C#
IInterceptableInputEvent<IKeyReleasedEventArgs, KeyReleasedEventArgs> KeyReleased { get; }

Property Value

Type: IInterceptableInputEvent<IKeyReleasedEventArgs, KeyReleasedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also