TextChanged Event of ComboBox

    

I found something interesting today.

If a comboBox has DataSource value, it's TextChanged event doesn't be triggered when you change the selections, BUT, if you change its SelectedItem and SelectedIndex by code, that event works....

 

你可能感兴趣的:(combobox)