Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

DragCompleted Event

Show in webframe
Occurs when the user completes a drag operation.
Syntax
add_dragCompleted(function(sender, e))
dragCompleted.add(function(sender, e))
remove_dragCompleted(function(sender, e))
dragCompleted.remove(function(sender, e))
    

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.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e InteractiveDragCompletedEventArgs The event data.
See Also
Error processing SSI file