SelectionDialogOnMultiSelectionChanged Method |
Called after select/deselect all actions. Should be overriden in child implementation to handle custom actions.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected virtual void OnMultiSelectionChanged(
bool isSelectAllAction
)
Parameters
- isSelectAllAction
- Type: SystemBoolean
Indicates if the action is select all or deselect all
See Also