Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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