Map::TouchMove Event

Bing
 

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)

public:
event EventHandler<TouchEventArgs^>^ TouchMove {
	void add(EventHandler<TouchEventArgs^>^ value);
	void remove(EventHandler<TouchEventArgs^>^ value);
}
Return to top
Show: