Event
ComboBox.
TextChanged()
Supported for all project types and targets.
The text in the ComboBox has changed.
Sample Code
The following line in the TextChanged event handler displays either the currently selected menu item or the text typed into the ComboBox.
Label1.Value = Me.SelectedRowValue