Load Event Firing Out OF Sequence?

  • Thread starter Thread starter Guest
  • Start date Start date
MasterBlaster said:
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.

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.
 
Back
Top