Map::TouchUp Event

Bing
 

Occurs when the touch of the map on the screen finishes.

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

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