StateManagedCollection.OnInsert Method
.NET Framework 2.0
When overridden in a derived class, performs additional work before 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 OnInsert ( int index, Object value )
protected function OnInsert ( index : int, value : Object )
Not applicable.
Parameters
- index
The zero-based index at which value should be inserted by the System.Collections.IList.Insert method.
- value
The object to insert into the StateManagedCollection.
Community Additions
ADD
Show: