MapConfigurationCallback Delegate

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

Represents the callback function to call when the map configuration has loaded.

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

Usage

Syntax

'Declaration
Public Delegate Sub MapConfigurationCallback ( _
    config As MapConfigurationSection, _
    userState As Object _
)
public delegate void MapConfigurationCallback (
    MapConfigurationSection config,
    Object userState
)
public delegate void MapConfigurationCallback (
    MapConfigurationSection^ config, 
    Object^ userState
)
/** @delegate */
public delegate void MapConfigurationCallback (
    MapConfigurationSection config, 
    Object userState
)

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

Microsoft.Maps.MapControl.Core Namespace