System.Web.UI.WebControls.ParameterCollection.OnRemoveComplete Method

Occurs after the ParameterCollection.Remove(Parameter) method completes.

Syntax

protected override void OnRemoveComplete (int index, object value)

Parameters

index
The index in the collection that the System.Web.UI.WebControls.Parameter was removed from.
value
The System.Web.UI.WebControls.Parameter that was removed from the System.Web.UI.WebControls.ParameterCollection.

Remarks

The ParameterCollection.OnRemoveComplete(int, object) method is called to perform additional processing after the ParameterCollection.Remove(Parameter) 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