bjwade62 Posted February 15, 2006 Posted February 15, 2006 Can anyone tell me what the firing order is when selecting a different item in a combobox? SelectionChangeCommitted, SelectedValueChanged... and so on.... Quote
Cags Posted February 15, 2006 Posted February 15, 2006 Something along the lines of... DropDown SelectionChangeCommitted SelectedValueChanged SelectedIndexChanged is that sufficient? Quote Anybody looking for a graduate programmer (Midlands, England)?
bjwade62 Posted February 15, 2006 Author Posted February 15, 2006 Perfect. thanks. Something along the lines of... DropDown SelectionChangeCommitted SelectedValueChanged SelectedIndexChanged is that sufficient? Quote
Leaders snarfblam Posted February 15, 2006 Leaders Posted February 15, 2006 Just an idea: Next time you are wondering about something similar, you can always add a handler to each event and output some text to the Output Window in each handler. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.