MapCore.LoadingError Event
This documentation is no longer available on MSDN, however it is available as a CHM download.
Occurs when there is an error loading the map. Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Occurs when there is an error loading the map. Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
[ScriptableMemberAttribute] public: virtual event EventHandler<LoadingErrorEventArgs^>^ LoadingError { void add (EventHandler<LoadingErrorEventArgs^>^ value) override; void remove (EventHandler<LoadingErrorEventArgs^>^ value) override; }
/** @event */ public void add_LoadingError (EventHandler<LoadingErrorEventArgs> value) /** @event */ public void remove_LoadingError (EventHandler<LoadingErrorEventArgs> value)
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.Target Platforms
Show: