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 : DragCompleted Event |
public event EventHandler<InteractiveDragCompletedEventArgs> DragCompleted
'Declaration
Public Event DragCompleted As EventHandler(Of InteractiveDragCompletedEventArgs)
The event handler receives an argument of type InteractiveDragCompletedEventArgs containing data related to this event. The following InteractiveDragCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Change | Change (delta) between the original and current position. |
Direction | Direction of the drag operation. |
IsCanceled | Indicates if this drag operation was canceled. |
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. |
Velocity | Final horizontal and vertical velocity of the drag, if the drag was inertial. |
The DragCompleted event will always occur after the DragStarted event and any of the following occur:
On a device that supports mouse: When the user releases the mouse button.
On a device that supports touch: When the user removes the finger from the device.