Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

PinchStarted Event

Show in webframe
Occurs when the user starts a pinch operation.
Syntax
add_pinchStarted(function(sender, e))
pinchStarted.add(function(sender, e))
remove_pinchStarted(function(sender, e))
pinchStarted.remove(function(sender, e))
    

Pinch events are only supported by touch devices.

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

Event Data
Parameter Type Description
sender 'var' The source of the event.
e InteractivePinchStartedEventArgs The event data.
See Also
Error processing SSI file