UIElement.ManipulationStarted イベント
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力デバイスで UIElement オブジェクトの操作を開始すると発生します。
public:
event EventHandler<System::Windows::Input::ManipulationStartedEventArgs ^> ^ ManipulationStarted;
C#
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。 |
製品 | バージョン |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。