UIElement.TouchLeave
UIElement.TouchLeave
UIElement.TouchLeave
UIElement.TouchLeave
Event
定義
タッチがこの要素の境界の内部から外部に移動すると発生します。Occurs when a touch moves from inside to outside the bounds of this element.
public:
event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ TouchLeave;
public event EventHandler<System.Windows.Input.TouchEventArgs> TouchLeave;
member this.TouchLeave : EventHandler<System.Windows.Input.TouchEventArgs>
Public Custom Event TouchLeave As EventHandler(Of TouchEventArgs)
注釈
常に、このイベントが発生しますが、タッチ デバイスがこの要素にキャプチャされるかどうか。This event is always raised, whether or not the touch device is captured to this element.
ルーティングされたイベント情報Routed Event Information
識別子フィールドです。Identifier field | TouchLeaveEvent |
ルーティング方法Routing strategy | 直接Direct |
DelegateDelegate | EventHandler<TEventArgs> 型の TouchEventArgs。EventHandler<TEventArgs> of type TouchEventArgs. |
- オーバーライドOnTouchLeave派生クラスでは、このイベントに対するクラス処理を実装します。Override OnTouchLeave to implement class handling for this event in derived classes.
適用対象
フィードバック
お客様のご意見をお寄せください。 お寄せいただく内容の種類を選択:
このフィードバック システムは、GitHub Issues を利用して構築されています。 詳しくは、ブログをご覧ください。
フィードバックを読み込んでいます...