event order for common controls
-
Can anyone point me to some documentation covering what events are triggered when? Thanks!
David Wilkes
-
Can anyone point me to some documentation covering what events are triggered when? Thanks!
David Wilkes
amatbrewer wrote:
Can anyone point me to some documentation covering what events are triggered when?
Have you looked in MSDN?
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
Can anyone point me to some documentation covering what events are triggered when? Thanks!
David Wilkes
What events are you interested in, David? There are many events on Windows Forms controls...I've never seen an exhaustive source of docs on the order of events on Win Forms controls. Most of them are pretty straightforward though (Disposing before Disposed, etc).
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Radical Islam Teaming Up With Ku Klux Klan (video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
What events are you interested in, David? There are many events on Windows Forms controls...I've never seen an exhaustive source of docs on the order of events on Win Forms controls. Most of them are pretty straightforward though (Disposing before Disposed, etc).
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Radical Islam Teaming Up With Ku Klux Klan (video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
Judah, Thanks for the reply. Primarily I am looking for the sequence of events for the Text box, Masked Text box, & numeric up/down. A loooong time ago when I was trying to learn Visual C++ I found documentation on exactly what triggered each event and when. I have not been able to locate anything like that for Visual C#. Background. :~ I am just learning C# after being away from programming for quite a while. I am trying to validate (and limit) user input, and allow controls to change each other depending on which one the user is entering data into (e.g. change in text box1 changes text box2 and vice versa).
David Wilkes