MapMode.ProjectionChanged Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when the map projection changes.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl.Common (in Microsoft.Maps.MapControl.Common.dll)

Usage

Syntax

'Declaration
Public Event ProjectionChanged As EventHandler(Of ProjectionChangedEventArgs)
public event EventHandler<ProjectionChangedEventArgs> ProjectionChanged
public:
event EventHandler<ProjectionChangedEventArgs^>^ ProjectionChanged {
    void add (EventHandler<ProjectionChangedEventArgs^>^ value);
    void remove (EventHandler<ProjectionChangedEventArgs^>^ value);
}
/** @event */
public void add_ProjectionChanged (EventHandler<ProjectionChangedEventArgs> value)

/** @event */
public void remove_ProjectionChanged (EventHandler<ProjectionChangedEventArgs> value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapMode Class
MapMode Members
Microsoft.Maps.MapControl.Core Namespace