Stop comboBox’s selectedIndexChanged event from firing when the form loads

If you want to react only when the user change the selected item in the combo box, then it is better to subscribe to SelectionChangeCommitted.

Leave a Comment