MapConfigurationLoadedEventArgs Class
Provides data for the Loaded event.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Maps.MapControl.WPF.Core.MapConfigurationLoadedEventArgs
Syntax
public class MapConfigurationLoadedEventArgs : EventArgs
public ref class MapConfigurationLoadedEventArgs : EventArgs
type MapConfigurationLoadedEventArgs =
class
inherit EventArgs
end
Public Class MapConfigurationLoadedEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
MapConfigurationLoadedEventArgs(Exception) | Initializes a new instance of the MapConfigurationLoadedEventArgs class. |
Properties
Name | Description | |
---|---|---|
Error | Gets the error that occurred when the configuration was loaded. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top