UIToolbarRaiseOnGroupsCreated Method |
Group created handler
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void RaiseOnGroupsCreated(
Object sender,
List<Group> groups
)
Parameters
- sender
- Type: SystemObject
Sender object - groups
- Type: System.Collections.GenericListGroup
List of groups
See Also