What event handler to use for ComboBox Item Selected (Selected Item not necessarily changed)

后端 未结 12 1564
囚心锁ツ
囚心锁ツ 2020-12-13 08:48

Goal: issue an event when items in a combobox drop down list is selected.

Problem: Using \"SelectionChanged\", however, if the user

12条回答
  •  执念已碎
    2020-12-13 09:22

    You can try "SelectedIndexChanged", it will trigger the event even if the same item is selected.

提交回复
热议问题