StateManagedCollection.OnInsert Method

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)

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

Collections derived from StateManagedCollection can override the OnInsert method to perform any additional work before 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: