UIElement.ManipulationStarted イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力デバイスで UIElement オブジェクトの操作を開始すると発生します。
public:
event EventHandler<System::Windows::Input::ManipulationStartedEventArgs ^> ^ ManipulationStarted;
public event EventHandler<System.Windows.Input.ManipulationStartedEventArgs> ManipulationStarted;
member this.ManipulationStarted : EventHandler<System.Windows.Input.ManipulationStartedEventArgs>
Public Custom Event ManipulationStarted As EventHandler(Of ManipulationStartedEventArgs)
イベントの種類
注釈
イベントは ManipulationStarted 、 イベントの後に発生します ManipulationStarting 。 では、次の操作を ManipulationStartedEventArgs実行できます。
プロパティを使用して、操作の位置が相対的な要素を ManipulationContainer 取得します。
プロパティを使用して、操作の原点を ManipulationOrigin 取得します。
メソッドを呼び出して操作を取り Complete 消します。
操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。
ルーティングされたイベント情報
識別子フィールド | ManipulationStartedEvent |
ルーティング戦略 | バブル |
代理人 | EventHandler<TEventArgs> 型の ManipulationStartedEventArgs。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET