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 事件之後的最後一個狀態。

適用於