pinchStarted Event

Summary

Occurs when the user starts a pinch operation.

Syntax

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

Remarks

Pinch events are only supported by touch devices.

The PinchStarted event will fire when any of the following occurs:

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractivePinchStartedEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly