I am trying to use javascript as much as possible in order to speed things up. I want to display a loading div while the extent is changing in the map control. I found OnClientExtentChanged and can use it to display the loading div, but I need an event that I can use to hde the loading div when the map control is finished drawing the new extent.
Is there a client side event that I can use that will fire when the map is finished drwing the new extent?
Charles