MapCore.ViewChangeEnd Event

 

Occurs when the view is done changing.

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

Syntax

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

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top