Skip to main content
Version: 4.1

SwipeEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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.