TrackEventArgs

Wisej.Web.TrackEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for Track event.

public class TrackEventArgs : EventArgs

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

NameDescription

Represents the method that will handle the Track event.

Last updated