Error processing SSI file
(Leadtools.Controls)

Show in webframe

DragDelta Event




Occurs when the user moves the mouse or finger while dragging.
Syntax
Event Data

The event handler receives an argument of type InteractiveDragDeltaEventArgs containing data related to this event. The following InteractiveDragDeltaEventArgs properties provide information specific to this event.

PropertyDescription
Change Change (delta) between the original and current position.
Direction Direction of the drag operation.
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.
Remarks

The DragDelta event will always fire after DragStarted occurs and any of the following occurs:

InteractiveDragDeltaEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file