←Select platform

PinchCompleted Event

Summary

Occurs when the user completes a pinch operation.

Syntax

C#
VB
C++
public event EventHandler<InteractivePinchCompletedEventArgs> PinchCompleted 
Public Event PinchCompleted As EventHandler(Of Leadtools.Controls.InteractivePinchCompletedEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::InteractivePinchCompletedEventArgs^>^ PinchCompleted 

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
senderobjectThe source of the event.
eInteractivePinchCompletedEventArgsThe 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.WinForms Assembly