Control::AddedControl Method (Control^, Int32)
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
Return to top
Assembly: System.Web (in System.Web.dll)
Parameters
- control
-
Type:
System.Web.UI::Control^
The Control that has been added.
- index
-
Type:
System::Int32
The index of the control in the Controls collection.
| Exception | Condition |
|---|---|
| InvalidOperationException | control is a Substitution control. |
The AddedControl method is called immediately after a control is added to the Controls collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: