Map.LoadingError Event
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)
Syntax
public event EventHandler<LoadingErrorEventArgs> LoadingError
public:
event EventHandler<LoadingErrorEventArgs^>^ LoadingError {
void add(EventHandler<LoadingErrorEventArgs^>^ value);
void remove(EventHandler<LoadingErrorEventArgs^>^ value);
}
member LoadingError : IEvent<EventHandler<LoadingErrorEventArgs>,
LoadingErrorEventArgs>
Public Event LoadingError As EventHandler(Of LoadingErrorEventArgs)
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top