Skip to main content
Version: 4.1

SwipeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for Swipe event.

public class SwipeEventArgs : EventArgs

Properties

Instance member Axis

SwipeAxis: Returns whether the performed swipe was on the x or y axis.

Instance member Direction

SwipeDirection: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right

Instance member Distance

Int32: Returns the distance of the performed swipe.

Instance member Duration

Int32: Returns the duration the performed swipe took.

Instance member StartTime

Int64: Returns the start time of the performed swipe.

Instance member Velocity

Double: Returns the velocity of the performed swipe.

Used By

NameDescription
SwipeEventHandlerRepresents the method that will handle the Swipe event.