[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.RemovedControl

RemovedControl Method

RemovedControl(Control)

Called after a child control is removed from the System.Web.UI.Control.Controls collection of the System.Web.UI.Control object.

Declaration
protected override void RemovedControl(Control control)
Protected Overrides Sub RemovedControl(control As Control)
Parameters
Type Name Description
Control control

The System.Web.UI.Control that has been removed.

Overrides