TIWCGJQMultiSelectOptions.OnMultiSelectChange Property

Event triggered after the selection has changed.

Namespace: IWCGJQMultiSelect
published
 property OnMultiSelectChange: TIWCGJSonFunc index 16 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value

 

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
Note

These properties can be used in BrowserParam list.