MapCore::ViewChangeEnd Event

Bing
 

Occurs when the view is done changing.

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

public:
event EventHandler<MapEventArgs^>^ ViewChangeEnd {
	void add(EventHandler<MapEventArgs^>^ value);
	void remove(EventHandler<MapEventArgs^>^ value);
}
Return to top
Show: