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 | |
---|---|---|
MapEventArgs() | Initializes a new instance of the MapEventArgs class. |
Properties
Name | Description | |
---|---|---|
Handled | Gets or sets whether the map event is handled. |
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 Namespace
Handling Map Events
Return to top