System.Web.UI.WebControls.ParameterCollection.OnClearComplete Method

Performs additional custom processes after clearing the contents of the collection.

Syntax

protected override void OnClearComplete ()

Remarks

The ParameterCollection.OnClearComplete method is called to perform additional processing after the System.Web.UI.StateManagedCollection.Clear method completes. It calls the ParameterCollection.OnParametersChanged(EventArgs) method.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0