pinchCompleted Event (InteractiveService)

Summary

Occurs when the user completes a pinch operation.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype,'pinchCompleted',  
	get: function(), 
	set: function(value) 
) 
function pinchCompleted.add(function(sender, e)); 
function pinchCompleted.remove(function(sender, e)); 
TypeScript Syntax
pinchCompleted: void;

Remarks

Pinch events are only supported by touch devices.

The PinchCompleted event will always occur after PinchStarted occurs and any of the following occurs:

  • On a device that supports touch: When the user has less than two fingers pressing down on the device.
Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractivePinchCompletedEventArgsThe event data.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize