PinchEventHandler

Wisej.Web.PinchEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Represents the method that will handle the Pinch event.

public delegate void PinchEventHandler(Object sender, PinchEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A PinchEventArgs that contains the event data.

Fired By

Name
Description

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

Last updated