SwipeEventArgs

Wisej.Web.SwipeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for Swipe event.

public class SwipeEventArgs : EventArgs

Properties

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.

Used By

NameDescription

Represents the method that will handle the Swipe event.

Last updated