MapConfigurationLoadedEventArgs Constructor
This documentation is no longer available on MSDN, however it is available as a CHM download.
Initializes a new instance of the MapConfigurationLoadedEventArgs class.
Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
error As Exception _
)
public MapConfigurationLoadedEventArgs (
Exception error
)
public:
MapConfigurationLoadedEventArgs (
Exception^ error
)
public MapConfigurationLoadedEventArgs (
Exception error
)
public function MapConfigurationLoadedEventArgs (
error : Exception
)
Parameters
- error
The error that occurred when the configuration was loaded.
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
MapConfigurationLoadedEventArgs Class
MapConfigurationLoadedEventArgs Members
Microsoft.Maps.MapControl.Core Namespace