C#
VB
C++
Occurs when the user completes a pinch operation.
public event EventHandler<InteractivePinchCompletedEventArgs> PinchCompleted
Public Event PinchCompleted As EventHandler(Of Leadtools.Controls.InteractivePinchCompletedEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractivePinchCompletedEventArgs^>^ PinchCompleted
Pinch events are only supported by touch devices.
The PinchCompleted event will always occur after PinchStarted occurs and any of the following occurs:
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractivePinchCompletedEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET