Click or drag to resize
CMSUniViewRemovedControl Method
Called after a child control is removed from controls collections. Ensures unipager for current control

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
protected override void RemovedControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control instance
See Also