SwipeEventArgs
Wisej.Web.SwipeEventArgs
Last updated
Wisej.Web.SwipeEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for Swipe event.
SwipeAxis: Returns whether the performed swipe was on the x or y axis.
SwipeDirection: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right
Int32: Returns the distance of the performed swipe.
Int32: Returns the duration the performed swipe took.
Int64: Returns the start time of the performed swipe.
Double: Returns the velocity of the performed swipe.
Name | Description |
---|---|
Represents the method that will handle the Swipe event. |