Tag: SelectionChangeCommitted
-
WinForms ComboBox does not always fire SelectionChangeCommitted
—
Today I ran into the problem that a ComboBox in my project did not always fire the SelectionChangeCommitted event when I expected it to. To be specific, if a user dropped down the list, used the arrow keys to move to an item, and then TABbed to the next control, the new item would be…