ManipulationStateChangedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
追加の機能と要件
ソフトウェア開発キット | |
サポートされる最小 OS |
Windows 10 (10.0.10240.0)
|
コンストラクター
ManipulationStateChangedEventArgs(Int32, Int32) |
ManipulationStateChangedEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
CurrentState |
OnManipulationStateChanged イベントの後の現在の状態を取得します。 |
LastState |
OnManipulationStateChanged イベントの後の最後の状態を取得します。 |