System.Windows.Forms.ComboBox.TextUpdate Event

Occurs when the control has formatted the text, but before the text is displayed.

Syntax

public event EventHandler TextUpdate

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0