Click or drag to resize
UITabsTabsLoadedEventHandler Delegate
Delegate for event raised after tabs are created.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate void TabsLoadedEventHandler(
	List<UITabItem> tabs
)

Parameters

tabs
Type: System.Collections.GenericListUITabItem
See Also