Map::MouseLeftButtonUp Event

Bing
 

Occurs when the left mouse button is released.

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

public:
event MouseButtonEventHandler^ MouseLeftButtonUp {
	void add(MouseButtonEventHandler^ value);
	void remove(MouseButtonEventHandler^ value);
}
Return to top
Show: