StateManagedCollection.OnRemove Method
.NET Framework 3.0
When overridden in a derived class, performs additional work before the System.Collections.IList.Remove or System.Collections.IList.RemoveAt method removes the specified item from the collection.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnRemove ( int index, Object value )
protected function OnRemove ( index : int, value : Object )
Not applicable.
Parameters
- index
The zero-based index of the item to remove, which is used when System.Collections.IList.RemoveAt is called.
- value
The object to remove from the StateManagedCollection, which is used when System.Collections.IList.Remove is called.
Community Additions
ADD
Show: