Map::MouseDoubleClick Event

Bing
 

Occurs when the mouse is used to double click the map.

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

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