UIElement.TouchEnter Event
.NET Framework 4.6 and 4.5
Occurs when a touch moves from outside to inside the bounds of 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 | Direct |
Delegate | EventHandler<TEventArgs> of type TouchEventArgs. |
Override OnTouchEnter to implement class handling for this event in derived classes.
Show: