JQueryTabContainerRemovedControl Method |
Called after a child control is removed from 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: 12.0.0
Syntax protected override void RemovedControl(
Control control
)
Parameters
- control
- Type: System.Web.UIControl
See Also