I use the WorldMapKitWmsWebOverlay as the primary map, with one layer - an MSSql2008FeatureLayer.
I notice that it takes several seconds for the features in the MSSql2008FeatureLayer to display. What is the best way to know when this layer has finished displaying its data? For example, is there any event I can monitor that lets me know when this layer has completed drawing to the screen?
I did try to use the UpdateProgress control, but it stops updating the progress as soon as the WorldMapKitWmsWebOverlay is displayed - which is several seconds ahead of when the MsSql2008FeatureLayer is displayed.
Thanks,
Treasa