MapConfiguration.Loaded Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when the configuration is loaded.

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

Usage

Syntax

'Declaration
Public Shared Event Loaded As EventHandler(Of MapConfigurationLoadedEventArgs)
public static event EventHandler<MapConfigurationLoadedEventArgs> Loaded
public:
static event EventHandler<MapConfigurationLoadedEventArgs^>^ Loaded {
    void add (EventHandler<MapConfigurationLoadedEventArgs^>^ value);
    void remove (EventHandler<MapConfigurationLoadedEventArgs^>^ value);
}
/** @event */
public static void add_Loaded (EventHandler<MapConfigurationLoadedEventArgs> value)

/** @event */
public static void remove_Loaded (EventHandler<MapConfigurationLoadedEventArgs> value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapConfiguration Class
MapConfiguration Members
Microsoft.Maps.MapControl.Core Namespace