ThinkGeo.com    |     Documentation    |     Premium Support

End Drawing Event?

 Hi


Is there an event I can use to determine when the map has finished drawing?


I have a user that is running my app on a very slow old laptop. He attempts to interact with the map while it is still drawing which throws an exception. I would like to stop him doing this. To do this I need to be able to turn off map interaction while the map is drawing.


Is there an event I can use or some other way to do this?


Cheers


Steve



Hello Steve, 
  
 Yes, there are two way to raise the event. 
  
 You can hook wpfMap1.OverlayDrawn event, then once all the overlays are drawn, you will raise the event. 
  
 Also if you know which overlay is the one you want, you can just hook Overlay.Drawn event, then just after this overlay drawn, the event raised. 
  
 Regards, 
  
 Gary