MapConfiguration.Loaded Event
Occurs when the configuration is loaded.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static event EventHandler<MapConfigurationLoadedEventArgs> Loaded
public:
event EventHandler<MapConfigurationLoadedEventArgs^>^ Loaded {
static void add(EventHandler<MapConfigurationLoadedEventArgs^>^ value);
static void remove(EventHandler<MapConfigurationLoadedEventArgs^>^ value);
}
static member Loaded : IEvent<EventHandler<MapConfigurationLoadedEventArgs>,
MapConfigurationLoadedEventArgs>
Public Shared Event Loaded As EventHandler(Of MapConfigurationLoadedEventArgs)
See Also
MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top