Error processing SSI file
(Leadtools.Controls)

Show in webframe

DragCompleted Event




Occurs when the user completes a drag operation.
Syntax
Event Data

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.

PropertyDescription
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.
Remarks

The DragCompleted event will always occur after the DragStarted event and any of the following occur:

InteractiveDragCompletedEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file