Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the callback function to call when the map configuration has loaded.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public delegate void MapConfigurationCallback(
MapConfigurationSection config,
object userState
)
public delegate void MapConfigurationCallback(
MapConfigurationSection^ config,
Object^ userState
)
type MapConfigurationCallback =
delegate of
config:MapConfigurationSection *
userState:Object -> unit
Public Delegate Sub MapConfigurationCallback (
config As MapConfigurationSection,
userState As Object
)
See Also
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top