TrackEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for Track event.
- C#
- VB.NET
public class TrackEventArgs : EventArgs
Public Class TrackEventArgs
Inherits 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
| Name | Description |
|---|---|
| TrackEventHandler | Represents the method that will handle the Track event. |