This documentation is archived and is not being maintained.
Control.AddedControl Method
.NET Framework 1.1
Called after a control is added to the Controls collection of another control.
[Visual Basic] Protected Friend Overridable Sub AddedControl( _ ByVal control As Control, _ ByVal index As Integer _ ) [C#] protected internal virtual void AddedControl( Control control, int index ); [C++] protected public: virtual void AddedControl( Control* control, int index ); [JScript] protected internal function AddedControl( control : Control, index : int );
Parameters
Remarks
The AddedControl method is called immediately after a control is added to the Controls collection of another control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Control Class | Control Members | System.Web.UI Namespace | Controls | RemovedControl
Show: