Skip to main content
Version: 3.5

PinchEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Pinch event.

public delegate void PinchEventHandler(Object sender, PinchEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
ePinchEventArgsA PinchEventArgs that contains the event data.

Fired By

NameDescription
Control.PinchFired when two finger moved towards or away from each other. It contains the scaling factor of the pinch.