I have read the following article
http://www.knowdotnet.com/articles/eventfiringorder.html
But cannot find any other documents to back it up, so I'm wondering before I
go and move all my code in the mybase.load event to the constructor I want to
make sure this article is accurate.
Thanks
ian
Nick Hounsome - 16 Feb 2006 15:25 GMT
>I have read the following article
> http://www.knowdotnet.com/articles/eventfiringorder.html
[quoted text clipped - 4 lines]
> to
> make sure this article is accurate.
Your thinking is backwards:
Have you seen any documentation that states that an Activated event will
never occur before a Load event?
If not then you can't rely on it.
Personally I have put stuff in Load before and never had a visual
performance problem.