PanUpdatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that is raised when a pan gesture updates.
public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
inherit EventArgs
- Inheritance
-
System.EventArgsPanUpdatedEventArgs
Constructors
PanUpdatedEventArgs(GestureStatus, Int32, Double, Double) |
Creates a new PanUpdatedEventArgs with the specified values. |
PanUpdatedEventArgs(GestureStatus, Int32) |
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. |