SwipeEventArgs
Wisej.Web.SwipeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for Swipe event.
public class SwipeEventArgs : EventArgs
Properties
Axis

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

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

Int32: Returns the distance of the performed swipe.
Duration

Int32: Returns the duration the performed swipe took.
StartTime

Int64: Returns the start time of the performed swipe.
Velocity

Double: Returns the velocity of the performed swipe.
Used By
Name
Description
Represents the method that will handle the Swipe event.
Last updated
Was this helpful?