JQueryTabContainerAddedControl Method |
Called after a child control is added to the System.Web.UI.Control.Controls collection of the System.Web.UI.Control object.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected override void AddedControl(
Control control,
int index
)
Parameters
- control
- Type: System.Web.UIControl
- index
- Type: SystemInt32
See Also