ContentElement.TouchEnter Event
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Occurs when a touch moves from outside to inside the bounds of this element.
Assembly: PresentationCore (in PresentationCore.dll)
This event is always raised, whether or not the touch device is captured to this UI element.
Identifier field | |
Routing strategy | Direct |
Delegate | EventHandler<TEventArgs> of type TouchEventArgs. |
Override OnTouchEnter to implement class handling for this event in derived classes.
.NET Framework
Available since 4.0
Available since 4.0
Show: