Sequence Of Events

Hi All,

I am just starting .NET. I am confused to trace sequence of events in winforms. can anybody explain me sequence of events since load to unload?
Ajay

[162 byte] By [codefund.com] at [2007-12-16]
# 1
I've not seen a comprehensive description of the relations between the events. It's way more complicated than in VB6, because of all the different events and the fact that they're related, and are sometimes based on property settings. There may be such an article, but I looked and didn't find it in the help file. I can only suggest that you build a form that adds code for specific events you're interested in, to see the order in which they occur.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...