Click or drag to resize

IMouse.Pressed Property

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

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.1
Syntax
C#
IInterceptableInputEvent<IMousePressedEventArgs, MousePressedEventArgs> Pressed { get; }

Property Value

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