[]
Configurates the OnClientCheckedItemsChanged client event. Occurs when the value of the checked items changes.
public MultiSelectBuilder<T> OnClientCheckedItemsChanged(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
MultiSelectBuilder<T> | Current builder. |