StateManagedCollection.OnInsertComplete Method

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)

protected:
virtual void OnInsertComplete (
	int index, 
	Object^ value
)
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.

Collections derived from StateManagedCollection can override the OnInsertComplete method to perform any additional work after an item is added to the collection using the System.Collections.IList.Add or System.Collections.IList.Insert method.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: