Click or drag to resize
SelectionDialogOnMultiSelectionChanged Method
Called after select/deselect all actions. Should be overriden in child implementation to handle custom actions.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
protected virtual void OnMultiSelectionChanged(
	bool isSelectAllAction
)

Parameters

isSelectAllAction
Type: SystemBoolean
Indicates if the action is select all or deselect all
See Also