ComboBox: difference between SelectedIndexChanged and SelectionChangeComitted events

  • Thread starter Thread starter Jo Vermeulen
  • Start date Start date
J

Jo Vermeulen

Hello,

I was wondering what is the difference between the selectedIndexChanged
and the selectionChangeComitted events of ComboBoxes.

Thanks in advance,
 
Jo Vermeulen said:
Hello,

I was wondering what is the difference between the selectedIndexChanged
and the selectionChangeComitted events of ComboBoxes.

I'm pretty sure SelectionChangeCommitted is only raised by UI occurances,
i.e. actually using the ComboBox and moving the highlight.
SelectedIndexChanged is raised a whole lot, including databinding, any time
the SelectedIndex property is changed by either the UI or code.

Best Regards,

Andy
 

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

Back
Top