Skip to main content
Version: 3.5

SwipeEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Swipe event.

public delegate void SwipeEventHandler(Object sender, SwipeEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eSwipeEventArgsA SwipeEventArgs that contains the event data.

Fired By

NameDescription
Control.SwipeFired when a pointer swipes over the screen.