ComboBox.on_index_changed
- ComboBox.on_index_changed(change_callback, index)[source]
Handles the index change event and triggers the callback.
- Parameters:
- change_callbackCallable
Function to execute on value change.
- indexint
The new index of the selected item.