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