Occurs when the control has formatted the text, but before the text is displayed.
Use the ComboBox.TextUpdate event to validate the text before it is actually shown. ComboBox.TextUpdate is not fired if the ComboBox.Text property is programmatically changed.
For more information about handling events, see Consuming Events.