Map.TouchMove Event

 

Occurs when the screen is touched and dragged to move the map.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public event EventHandler<TouchEventArgs> TouchMove
public:
event EventHandler<TouchEventArgs^>^ TouchMove {
    void add(EventHandler<TouchEventArgs^>^ value);
    void remove(EventHandler<TouchEventArgs^>^ value);
}
member TouchMove : IEvent<EventHandler<TouchEventArgs>,
    TouchEventArgs>
Public Event TouchMove As EventHandler(Of TouchEventArgs)

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top