ContentElement.TouchUp イベント
定義
この要素の上に指があるときに、その指が画面から離れると発生します。Occurs when a finger is raised off of the screen while the finger is over this element.
public:
event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ TouchUp;
public event EventHandler<System.Windows.Input.TouchEventArgs> TouchUp;
member this.TouchUp : EventHandler<System.Windows.Input.TouchEventArgs>
Public Custom Event TouchUp As EventHandler(Of TouchEventArgs)
注釈
ルーティングされたイベント情報Routed Event Information
識別子フィールドIdentifier field | TouchUpEvent |
ルーティング方法Routing strategy | バブリングBubbling |
DelegateDelegate | EventHandler<TEventArgs> 型の TouchEventArgs。EventHandler<TEventArgs> of type TouchEventArgs. |
対応するトンネリングイベントが PreviewTouchUp です。The corresponding tunneling event is PreviewTouchUp.
派生クラスでこのイベントのクラス処理を実装するには、OnTouchUp をオーバーライドします。Override OnTouchUp to implement class handling for this event in derived classes.