英語で読む

次の方法で共有


UIElement.ManipulationStarted イベント

定義

入力デバイスで UIElement オブジェクトの操作を開始すると発生します。

C#
public event EventHandler<System.Windows.Input.ManipulationStartedEventArgs> ManipulationStarted;

イベントの種類

注釈

イベントは 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