add_dragCompleted(function(sender, e)) remove_dragCompleted(function(sender, e))
!MISSING Scrap '_RTJavaScript_Event_SYNTAX'!
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.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | InteractiveDragCompletedEventArgs | The event data. |