Occurs when the user completes a drag operation.
Object.defineProperty(InteractiveService.prototype,'dragCompleted',
get: function(),
set: function(value)
)
function dragCompleted.add(function(sender, e));
function dragCompleted.remove(function(sender, e));
dragCompleted: void;
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET