Click or drag to resize

IMouseDragged Property

Occurs when the mouse is dragged over the web page.

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IInputEvent<IMouseDraggedEventArgs, MouseDraggedEventArgs> Dragged { get; }

Property Value

Type: IInputEventIMouseDraggedEventArgs, MouseDraggedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also