Similar threads:
How can I know when a value is "re-selected" in a ComboBox?
What event handler to use for ComboBox Item Selected (Selected Item not necessarily changed)
I am using Infragistics UltraComobEditor to show some values by filling it's ValueList property with items. The selected item is just like a template and it require to update all elements which are using that template.
To apply it again i need to fire it's SelectionChangeCommitted event, but it does not fire if item is already selected.
I am in the quest to find the drop down list element which was selected before the DropDownClosed event fire. Is there any way to get which element was selected or get the element under the mouse point after the DropDown event?