MapCore.TargetViewChanged Event

 

Occurs when the view towards which the map is animating changes.

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

Syntax

public event EventHandler<MapEventArgs> TargetViewChanged
public:
event EventHandler<MapEventArgs^>^ TargetViewChanged {
    void add(EventHandler<MapEventArgs^>^ value);
    void remove(EventHandler<MapEventArgs^>^ value);
}
member TargetViewChanged : IEvent<EventHandler<MapEventArgs>,
    MapEventArgs>
Public Event TargetViewChanged As EventHandler(Of MapEventArgs)

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top