Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the ability to provide custom handling when a finger moves on the screen while it is over the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override void OnTouchMove(
TouchEventArgs e
)
protected:
virtual void OnTouchMove(
TouchEventArgs^ e
) override
override OnTouchMove :
e:TouchEventArgs -> unit
Protected Overrides Sub OnTouchMove (
e As TouchEventArgs
)
Parameters
e
Type: System.Windows.Input.TouchEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top