When overridden in a derived class, performs additional work after the System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(int, object) or System.Web.UI.StateManagedCollection.System.Collections.IList.Add(object) method adds an item to the collection.
- index
The zero-based index at which value is inserted by the System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(int, object) method.
- value
The object inserted into the System.Web.UI.StateManagedCollection.
Collections derived from System.Web.UI.StateManagedCollection can override the StateManagedCollection.OnInsertComplete(int, object) method to perform any additional work after an item is added to the collection using the System.Web.UI.StateManagedCollection.System.Collections.IList.Add(object) or System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(int, object) method.