![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveService Class : DragStarted Event |
public event EventHandler<InteractiveDragStartedEventArgs> DragStarted
'Declaration
Public Event DragStarted As EventHandler(Of InteractiveDragStartedEventArgs)
The event handler receives an argument of type InteractiveDragStartedEventArgs containing data related to this event. The following InteractiveDragStartedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Change | Change (delta) between the original and current position. |
IsHandled (Inherited from Leadtools.Controls.InteractiveEventArgs) | Indicates whether this event is handled. |
IsMouseWheel | Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event. |
MouseButton (Inherited from Leadtools.Controls.InteractiveEventArgs) | Mouse button that triggered this event. |
NativeEvent (Inherited from Leadtools.Controls.InteractiveEventArgs) | Native event associated with this event. |
Origin (Inherited from Leadtools.Controls.InteractiveEventArgs) | Original mouse or touch position. |
Position (Inherited from Leadtools.Controls.InteractiveEventArgs) | Current mouse or touch position. |
The DragStarted event will fire when any of the following occurs:
Note that if the value of EnableMouseWheel is set to true, then mouse wheel events on desktop browsers are converted into DragStarted, DragDelta and DragCompleted events. For more information, refer to EnableMouseWheel.