Hi,

I want to handle the event only when a combox's value is committed.
Not when browsing through items using the arrow keys. (SelectedIndexChanged / SelectedValueChanged)

The problem is that SelectionChangeCommitted isn't triggered when finding an item and tabbing out of the control.