UIElement.LostTouchCapture イベント

定義

この要素がタッチのキャプチャを失うと発生します。

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

イベントの種類

注釈

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

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

適用対象