System.Web.UI.StateManagedCollection.OnRemoveComplete Method

When overridden in a derived class, performs additional work after the System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(object) or System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(int) method removes the specified item from the collection.

Syntax

protected virtual void OnRemoveComplete (int index, object value)

Parameters

index
The zero-based index of the item to remove, which is used when System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(int) is called.
value
The object removed from the System.Web.UI.StateManagedCollection, which is used when System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(object) is called.

Remarks

Requirements

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