MobilePage::RemovedControl Method (Control^)
.NET Framework (current version)
Called after a control is removed from the Controls collection of another control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- control
-
Type:
System.Web.UI::Control^
The MobileControl that has been removed.
This member overrides the Control::RemovedControl method to determine whether the control is a Form or a UserControl before calling the base method. If the control is a Form or a UserControl, the Forms property is set to null.
.NET Framework
Available since 1.1
Available since 1.1
Show: