StateManagedCollection.OnInsertComplete Method
.NET Framework 2.0
When overridden in a derived class, performs additional work after the System.Collections.IList.Insert or System.Collections.IList.Add method adds an item to the collection.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnInsertComplete ( int index, Object value )
protected function OnInsertComplete ( index : int, value : Object )
Not applicable.
Parameters
- index
The zero-based index at which value is inserted by the System.Collections.IList.Insert method.
- value
The object inserted into the StateManagedCollection.
Community Additions
ADD
Show: