PinchEventHandler

Wisej.Web.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

sender

The source of the event.

e

A PinchEventArgs that contains the event data.

Fired By

NameDescription

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

Last updated