PinchEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Pinch event.
- C#
- VB.NET
public delegate void PinchEventHandler(Object sender, PinchEventArgs e)
Public Delegate Sub PinchEventHandler(ByVal sender As [Object], ByVal e As PinchEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | PinchEventArgs | A PinchEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.Pinch | Fired when two finger moved towards or away from each other. It contains the scaling factor of the pinch. |