System.Web.UI.WebControls.ParameterCollection.OnInsert Method

Occurs before the ParameterCollection.Insert(int, Parameter) method is called.

Syntax

protected override void OnInsert (int idx, object value)

Parameters

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

Remarks

The ParameterCollection.OnInsert(int, object) method is called to perform additional processing before the ParameterCollection.Insert(int, Parameter) method is called.

Requirements

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