Visual Basic
C#
Managed Extensions for C++
C++/CLI
The event handler receives an argument of type PanGestureOccurringEventArgs containing data related to this event. The following PanGestureOccurringEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DeltaSinceLastEventFiring | Gets the difference or delta from the last position during a panning gesture with the touch interface. |
HasInertia | Gets whether the panning gesture has inertia during a panning gesture with the touch interface. |
InertialVector | Gets the inertial vector during a panning gesture with the touch interface. |