Spread for ASP.NET 12 Product Documentation
RemovedControl Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : RemovedControl Method
The System.Web.UI.Control that has been removed.
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 control As Control _
) 
'Usage
 
Dim instance As FpSpread
Dim control As Control
 
instance.RemovedControl(control)
protected override void RemovedControl( 
   Control control
)

Parameters

control
The System.Web.UI.Control that has been removed.
See Also

Reference

FpSpread Class
FpSpread Members