[]
Configurates the OnClientLoadedItems client event. Occurs after the list items are generated.
public ListBoxBuilder<T> OnClientLoadedItems(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |