UIElement.PreviewTouchMove 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 finger moves on the screen while the finger is over this element.
Assembly: PresentationCore (in PresentationCore.dll)
Identifier field | |
Routing strategy | Tunneling |
Delegate | EventHandler<TEventArgs> of type TouchEventArgs. |
The corresponding bubbling event is TouchMove.
Override OnPreviewTouchMove to implement class handling for this event in derived classes.
.NET Framework
Available since 4.0
Available since 4.0
Show: