Share via


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
System_CAPS_pubmethod MapConfigurationLoadedEventArgs(Exception)

Initializes a new instance of the MapConfigurationLoadedEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Error

Gets the error that occurred when the configuration was loaded.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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