Called after a child control is added to the Control.Controls collection of the System.Web.UI.Control object.
- control
- The System.Web.UI.Control that has been added.
- index
- The index of the control in the Control.Controls collection.
The Control.AddedControl(Control, int) method is called immediately after a control is added to the Control.Controls collection.