MapEventArgs Class

 

Provides data for Map events.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Maps.MapControl.WPF.MapEventArgs
      Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs

Syntax

public class MapEventArgs : EventArgs
public ref class MapEventArgs : EventArgs
type MapEventArgs = 
    class
        inherit EventArgs
    end
Public Class MapEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod MapEventArgs()

Initializes a new instance of the MapEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Handled

Gets or sets whether the map event is handled.

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 Namespace
Handling Map Events

Return to top