[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientItemChecked

OnClientItemChecked Method

OnClientItemChecked(string)

Configurates the OnClientItemChecked client event. Occurs when the current item is checked or unchecked.

Declaration
public ListBoxBuilder<T> OnClientItemChecked(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.