Wisej.Web.SwipeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for Swipe event.
public class SwipeEventArgs : EventArgsPublic Class SwipeEventArgs
Inherits EventArgs: Returns whether the performed swipe was on the x or y axis.
: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right
: Returns the distance of the performed swipe.
: Returns the duration the performed swipe took.
: Returns the start time of the performed swipe.
: Returns the velocity of the performed swipe.
Represents the method that will handle the Swipe event.