MapConfiguration::Loaded Event

Bing
 

Occurs when the configuration is loaded.

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

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