Called after a child control is removed from the System.Web.UI.Control.Controls collection of the System.Web.UI.Control object.
Syntax
'Declaration
Protected Overrides Sub RemovedControl( _
ByVal As Control _
)
'Usage
Dim instance As FpSpread
Dim control As Control
instance.RemovedControl(control)
protected override void RemovedControl(
Control
)
Parameters
- control
- The System.Web.UI.Control that has been removed.
See Also