public event EventHandler<InteractiveDragStartedEventArgs> DragStarted
Public Event DragStarted As EventHandler(Of InteractiveDragStartedEventArgs)
public event EventHandler<InteractiveDragStartedEventArgs> DragStarted
add_DragStarted(function(sender, e)) remove_DragStarted(function(sender, e))
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 | Gets or sets the change between the original and current position. ![]() |
| Direction | Gets or sets the direction of the drag operation. ![]() |
| NativeEventArgs (Inherited from Leadtools.Controls.InteractiveEventArgs) | Gets or sets the native Windows Runtime event associated with this event. ![]() |
| Origin (Inherited from Leadtools.Controls.InteractiveEventArgs) | Gets or sets the original mouse or touch position. ![]() |
| Position (Inherited from Leadtools.Controls.InteractiveEventArgs) | Gets or sets the current mouse or touch position. ![]() |
The DragStarted event will fire when any of the following occurs: