Try using the Initialized and InitializationFailed event for every layer you add to the map. Something like:layer.Initialized += LayerInitializedHandler;layer.InitializationFailed += LayerInitializationFailedHandler;map.Layers.Add(layer);
What do you mean by 'MapLoadComplete' event?If you are talking about the Map.Progress event, this event may not be fired when the data (tiles and graphics) are already loaded locally.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.