SwipeEventArgs
Wisej.Web.SwipeEventArgs
Last updated
Was this helpful?
Wisej.Web.SwipeEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for event.
: 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 event.