UIElement.TouchUp Event
.NET Framework 4.6 and 4.5
Occurs when a finger is raised off of the screen while the finger is over this element.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
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.
Show: