UIElement.LostTouchCapture Event
.NET Framework 4.6 and 4.5
Occurs when this element loses a touch capture.
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. |
Override OnLostTouchCapture to implement class handling for this event in derived classes.
Show: