Click or drag to resize
UIToolbarRaiseOnGroupsCreated Method
Group created handler

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void RaiseOnGroupsCreated(
	Object sender,
	List<Group> groups
)

Parameters

sender
Type: SystemObject
Sender object
groups
Type: System.Collections.GenericListGroup
List of groups
See Also