Occurs after the ParameterCollection.Insert(int, Parameter) method completes.
- 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.
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.