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 イベントの後の最後の状態を取得します。

適用対象