TreeViewBuilder.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 showCheckBoxesMode is 'selectAll' and selectionMode is 'multiple'. 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 showCheckBoxesMode is 'selectAll' and selectionMode is 'multiple'. Mirrors the client-side onSelectAllValueChanged option. |