Click or drag to resize
CMSPageRaiseTabCreated Method
Raises OnTabCreated event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public UITabItem RaiseTabCreated(
	UIElementInfo element,
	UITabItem tab,
	int tabIndex
)

Parameters

element
Type: CMS.ModulesUIElementInfo
UI element
tab
Type: CMS.UIControlsUITabItem
Tab object
tabIndex
Type: SystemInt32
Index of a tab

Return Value

Type: UITabItem
Potentially modified tab object
See Also