PanUpdatedEventArgs Class

Definition

Event that is raised when a pan gesture updates.

public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
    inherit EventArgs
Inheritance
PanUpdatedEventArgs

Constructors

PanUpdatedEventArgs(GestureStatus, Int32)

Creates a new PanUpdatedEventArgs with the specified values.

PanUpdatedEventArgs(GestureStatus, Int32, Double, Double)

Creates a new PanUpdatedEventArgs with the specified values.

Properties

GestureId

Gets the identifier for the gesture that raised the event.

StatusType

Gets a value that tells if this event is for a newly started gesture, a running gesture, a completed gesture, or a canceled gesture.

TotalX

Gets the total change in the X direction since the beginning of the gesture.

TotalY

Gets the total change in the Y direction since the beginning of the gesture.

Applies to