TrackEventArgs
Wisej.Web.TrackEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for Track event.
Properties
Axis
SwipeAxis: Returns the Axis of the track event.
Location
Point: Returns the X, Y delta for the track event.
X
Int32: Returns the X delta of the track event.
Y
Int32: Returns Y delta of the track event.
Used By
Name
Description
Represents the method that will handle the Track event.
Last updated