pinchCompleted Event

Summary

Occurs when the user completes a pinch operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'pinchCompleted',  
	get: function(), 
	set: function(value) 
) 
pinchCompleted: LeadEvent; 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly