onComboboxValueChanged
@combeenation/custom-code-utils
Variable: onComboboxValueChanged()
constonComboboxValueChanged: (ctrlName,callback) =>void=CtrlValueChanged.onComboboxValueChanged
Function for assigning a callback to combobox value changes
Parameters
ctrlName
string
callback
(value, ctrl) => void
Returns
void