MapMode.TargetViewChanged Event

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

When overridden in derived class, occurs when the map view towards which the map is animating changes.

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

Usage

Syntax

'Declaration
Public Event TargetViewChanged As EventHandler(Of MapEventArgs)
public abstract event EventHandler<MapEventArgs> TargetViewChanged
public:
virtual event EventHandler<MapEventArgs^>^ TargetViewChanged {
    void add (EventHandler<MapEventArgs^>^ value) abstract;
    void remove (EventHandler<MapEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_TargetViewChanged (EventHandler<MapEventArgs> value)

/** @event */
public abstract void remove_TargetViewChanged (EventHandler<MapEventArgs> 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