ManipulationStateChangedEventArgs 类

定义

OnManipulationStateChanged 事件提供数据。

public ref class ManipulationStateChangedEventArgs sealed
class ManipulationStateChangedEventArgs sealed
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Advertising.WinRT.UI.__IManipulationStateChangedEventArgsFactory), 1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ManipulationStateChangedEventArgs
function ManipulationStateChangedEventArgs(current, last)
Public NotInheritable Class ManipulationStateChangedEventArgs
继承
System.Object
ManipulationStateChangedEventArgs
属性

其他功能和要求

软件开发工具包
支持的最低 OS
Windows 10 (10.0.10240.0)

构造函数

ManipulationStateChangedEventArgs(Int32, Int32)

初始化 ManipulationStateChangedEventArgs 类的新实例。

属性

CurrentState

获取 OnManipulationStateChanged 事件后的当前状态。

LastState

获取 OnManipulationStateChanged 事件之后的最后一个状态。

适用于