Click or drag to resize

IMouseDraggedEventArgs Interface

The event arguments for the Dragged event.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IMouseDraggedEventArgs

The IMouseDraggedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets the button that is pressed during the move.
Public propertyModifiers
Gets the keyboard modifiers.
Top
See Also