Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the map mode changes.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public event EventHandler<MapEventArgs> ModeChanged
public:
event EventHandler<MapEventArgs^>^ ModeChanged {
void add(EventHandler<MapEventArgs^>^ value);
void remove(EventHandler<MapEventArgs^>^ value);
}
member ModeChanged : IEvent<EventHandler<MapEventArgs>,
MapEventArgs>
Public Event ModeChanged As EventHandler(Of MapEventArgs)
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top