UIElement.TouchUp Event
Occurs when a finger is raised off of the screen while the finger is over this element.
Assembly: PresentationCore (in PresentationCore.dll)
Identifier field | |
Routing strategy | Bubbling |
Delegate | EventHandler<TEventArgs> of type TouchEventArgs. |
The corresponding tunneling event is PreviewTouchUp.
Override OnTouchUp to implement class handling for this event in derived classes.
.NET Framework
Available since 4.0
Available since 4.0