Occurs when the user completes a pinch operation.
Object.defineProperty(InteractiveService.prototype,'pinchCompleted',
get: function(),
set: function(value)
)
function pinchCompleted.add(function(sender, e));
function pinchCompleted.remove(function(sender, e));
pinchCompleted: void;
Pinch events are only supported by touch devices.
The PinchCompleted event will always occur after PinchStarted occurs and any of the following occurs:
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | InteractivePinchCompletedEventArgs | 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