The difference between the value and text change events
Demonstrates the difference between the value and text change events. If you select item in the ComboBox you will see changed text in both 'Selected Value' and 'Text of ComboBox' TextBoxes. If you enter text in ComboBox and remove focus from ComboBox or press 'Enter' key you will see that the text in 'Text of ComboBox' was changed but text in 'Selected Value' wasn't changed.
|