This documentation is archived and is not being maintained.
Control.RemovedControl Method
.NET Framework 1.1
Called after a control is removed from the Controls collection of another control.
[Visual Basic] Protected Friend Overridable Sub RemovedControl( _ ByVal control As Control _ ) [C#] protected internal virtual void RemovedControl( Control control ); [C++] protected public: virtual void RemovedControl( Control* control ); [JScript] protected internal function RemovedControl( control : Control );
Parameters
- control
- The Control that has been removed.
Remarks
The RemovedControl method is called immediately after a control is removed from 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 | AddedControl
Show: