DesktopComboBox.TextChanged
From Xojo Documentation
Event
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.Text = Me.Text