Skip to main content
Version: 3.5

SwipeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for Swipe event.

public class SwipeEventArgs : EventArgs

Properties

Instance memberAxis

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

Instance memberDirection

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

Instance memberDistance

Int32: Returns the distance of the performed swipe.

Instance memberDuration

Int32: Returns the duration the performed swipe took.

Instance memberStartTime

Int64: Returns the start time of the performed swipe.

Instance memberVelocity

Double: Returns the velocity of the performed swipe.

Used By

NameDescription
SwipeEventHandlerRepresents the method that will handle the Swipe event.