Click or drag to resize

IMouse.Released Property

Occurs when the mouse button has been released on the web page.

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.1
Syntax
C#
IInterceptableInputEvent<IMouseReleasedEventArgs, MouseReleasedEventArgs> Released { get; }

Property Value

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