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