[]
Configurates the OnClientItemChecked client event. Occurs when the current item is checked or unchecked.
public ListBoxBuilder<T> OnClientItemChecked(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |