Goal: issue an event when items in a combobox drop down list is selected.
Problem: Using \"SelectionChanged\", however, if the user
You can try "SelectedIndexChanged", it will trigger the event even if the same item is selected.
SelectedIndexChanged