Select Page

C# ComboBox ValueChanged / IndexChanged event fires too often

Last Updated on 2012-09-20. Problem: You use the ComboBox SelectedIndexChanged event handler to do something after the user changes another item. But this event also fires on form loading and e.g. when the DataBinding value changes. Solution: Use the event...