System.Web.UI.WebControls.ParameterCollection.OnInsertComplete Method

Occurs after the ParameterCollection.Insert(int, Parameter) method completes.

Syntax

protected override void OnInsertComplete (int idx, object value)

Parameters

idx
Documentation for this section has not yet been entered.
value
The System.Web.UI.WebControls.Parameter that was inserted into the System.Web.UI.WebControls.ParameterCollection.

Remarks

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