次の方法で共有


ManipulationStateChangedEventArgs クラス

定義

OnManipulationStateChanged イベントのデータを提供します。

public ref class ManipulationStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(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)]
class ManipulationStateChangedEventArgs final
[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
継承
Object Platform::Object IInspectable ManipulationStateChangedEventArgs
属性

追加の機能と要件

ソフトウェア開発キット
サポートされる最小 OS
Windows 10 (10.0.10240.0)

コンストラクター

ManipulationStateChangedEventArgs(Int32, Int32)

ManipulationStateChangedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

CurrentState

OnManipulationStateChanged イベントの後の現在の状態を取得します。

LastState

OnManipulationStateChanged イベントの後の最後の状態を取得します。

適用対象