Windows Develop Bookmark and Share   
 index > Windows Forms General > Sequence Of Events
 

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
MigrationUser 1  Monday, March 24, 2003 12:37 AM
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. 
MigrationUser 1  Monday, March 24, 2003 5:47 PM

You can use google to search for other answers

Custom Search

More Threads

• webbrowser II
• System.GC.Collect(int) ambiguity
• Different OS
• Bypassing an event
• Mouse Clicking on ListBoxes, Clicks Directly on Items?
• DataGridView row copy
• Studio 2003 Combo Box Resets Without Calling Events ! - Is this a known bug ?
• working with a scanner moving from text box to text box
• What's the purpose of 'PreviewKeyDown ' event?
• ByteArray to Image (byteArray ancoding)