ManipulationCompletedEventArgs 类

定义

包含 ManipulationCompleted 事件的事件数据。

public ref class ManipulationCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
class ManipulationCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
public sealed class ManipulationCompletedEventArgs
Public NotInheritable Class ManipulationCompletedEventArgs
继承
Object Platform::Object IInspectable ManipulationCompletedEventArgs
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

Javascript: 此对象在 ManipulationCompleted 事件处理程序中访问。

注意

此类不敏捷,这意味着需要考虑其线程模型和封送处理行为。 有关详细信息,请参阅线程和封送处理 (C++/CX) 和使用多线程环境中的Windows 运行时对象 (.NET)

版本历史记录

Windows 版本 SDK 版本 已添加值
2004 19041 ContactCount
2004 19041 CurrentContactCount

属性

ContactCount

获取识别 ManipulationCompleted 事件时的接触点数。

Cumulative

获取值,该值指示从操作开始到惯性) 结束的已完成操作 (转换、旋转、缩放 () 累计转换增量。

CurrentContactCount

获取正在进行的 Windows.UI.Input.GestureRecognizer.ManipulationCompleted 事件的当前接触点数。

PointerDeviceType

获取输入源的设备类型。

Position

获取与上次操作事件的操作关联的指针的位置。

Velocities

获取值,该值指示 ManipulationCompleted 事件中操作 (转换、旋转、缩放) 转换速度增量。

适用于

另请参阅