TIWCGJQMultiSelectOptions.OnMultiSelectChange Property
Event triggered after the selection has changed.
published property OnMultiSelectChange: TIWCGJSonFunc index 16 read GetFuncValue write SetFuncValue stored IsFuncStored;
This event receive 2 parameters "evt" and "ui", how you can use them:
- ui.optionElements - [JavaScript array of OPTION elements]
- ui.selected - {true|false} if the optionsElements were just selected or not
![]() |
---|
These properties can be used in BrowserParam list. |