Map::LoadingError Event

Bing
 

Occurs when there is an error loading the map.

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

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