UIElement.GotTouchCapture イベント

定義

タッチがこの要素にキャプチャされると発生します。

public:
 event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ GotTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> GotTouchCapture;
member this.GotTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs> 
Public Custom Event GotTouchCapture As EventHandler(Of TouchEventArgs) 

イベントの種類

注釈

ルーティングされたイベント情報

識別子フィールド GotTouchCaptureEvent
ルーティング戦略 バブル
代理人 EventHandler<TEventArgs> 型の TouchEventArgs
  • 派生クラスでこのイベントのクラス処理を実装するには、 をオーバーライド OnGotTouchCapture します。

適用対象