ListBuilder.OnSelectAllValueChanged Method
Name | Parameters | Description |
---|---|---|
OnSelectAllValueChanged(RazorBlock) | jsFunc | A function that is executed when the 'Select All' check box value is changed. Applies only if the selectionMode is 'all'. Mirrors the client-side onSelectAllValueChanged option. |
OnSelectAllValueChanged(String) | jsFunc | A function that is executed when the 'Select All' check box value is changed. Applies only if the selectionMode is 'all'. Mirrors the client-side onSelectAllValueChanged option. |