order of events in a form

S

Sankar Nemani

Hi
Is there a document that describes the order in which
events are raised in a windows forms application?
Especially the form load event. When is it raised and can
it be raised more than once per runtime?
 
H

Herfried K. Wagner [MVP]

Hello,

Sankar Nemani said:
Is there a document that describes the order in which
events are raised in a windows forms application?
Especially the form load event. When is it raised and can
it be raised more than once per runtime?

Yes, it can be raised more than once for different instances of the
form.

<msdn>
Occurs before a form is displayed for the first time.
</msdn>

Have a look at the docs for every event, there you will find more info.

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet

Purpose: Help Protect Your Computer Today (Immediately)
Action: Read about the Blaster worm and update your software
immediately. Check the Security site for more information and steps you
should take to help protect your systems.
URL: http://www.microsoft.com/security/incident/blast.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top