MapCore::ModeChanged Event

Bing
 

Occurs when the map mode changes. 

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

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