SwipeEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Swipe event.
- C#
- VB.NET
public delegate void SwipeEventHandler(Object sender, SwipeEventArgs e)
Public Delegate Sub SwipeEventHandler(ByVal sender As [Object], ByVal e As SwipeEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | SwipeEventArgs | A SwipeEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.Swipe | Fired when a pointer swipes over the screen. |