UILayoutPaneRaiseTabCreated Method |
Raises OnTabCreated event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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:
UITabItemPotentially modified tab object
See Also