ManipulationStartedEventArgs 类

定义

包含 ManipulationStarted 事件的事件数据。

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

Windows 要求

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

注解

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

注意

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

版本历史记录

Windows 版本 SDK 版本 增值
2004 19041 ContactCount

属性

ContactCount

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

Cumulative

获取值,该值指示 ManipulationStarted 事件之前操作 (转换、旋转、缩放) 累计转换增量。

PointerDeviceType

获取输入源的设备类型。

Position

获取与最后一个操作事件的操作关联的指针的位置。

适用于

另请参阅