ManipulationCompletedEventArgs class
Contains event data for the ManipulationCompleted event.
Syntax
/* For information about creating or accessing this object, see Remarks. */
Attributes
- MarshalingBehaviorAttribute(None)
- VersionAttribute(NTDDI_WIN8)
Members
The ManipulationCompletedEventArgs class has these types of members:
Methods
The ManipulationCompletedEventArgs class inherits methods from the Object class (C#/VB/C++).
Properties
The ManipulationCompletedEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) of a completed manipulation (from the start of the manipulation to the end of inertia). | |
| Read-only | Gets the device type of the input source. | |
| Read-only | Gets the location of the pointer associated with the manipulation for the last manipulation event. | |
| Read-only | Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationCompleted event. |
Remarks
JavaScript: This object is accessed in a ManipulationCompleted event handler.
Note : This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX) and Using Windows Runtime objects in a multithreaded environment (.NET).
Windows Phone 8
This API is not implemented and will throw an exception if called.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
