Dim instance AsGcComboBoxDim handler AsEventHandlerAddHandler instance.SelectedIndexChanged, handler
Remarks
You can create an event handler for this event to determine when the selected index in the GcComboBox has been changed. This can be useful when you need to display information in other controls based on the current selection in the GcComboBox. You can use the event handler for this event to load the information in the other controls.