Map.OnTouchMove Method (TouchEventArgs)

 

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

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top