Skip to main content

ComboBoxOnSelectCallbackType

Type Alias ComboBoxOnSelectCallbackType 

Source
pub type ComboBoxOnSelectCallbackType = extern "C" fn(RefAny, CallbackInfo, ComboBoxState) -> Update;
Expand description

Callback invoked when an option is chosen. The ComboBoxState carries the new selected index and the field text (set to the chosen label).