Click or drag to resize

IKeyboardKeyReleased 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.16.0
Syntax
C#
IInterceptableInputEvent<IKeyReleasedEventArgs, KeyReleasedEventArgs> KeyReleased { get; }

Property Value

Type: IInterceptableInputEventIKeyReleasedEventArgs, KeyReleasedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also