Map::MouseLeftButtonDown Event

Bing
 

Occurs when the left mouse button is pressed down over the map.

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

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