Performs the additional custom processes before inserting a new element into the collection instance.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
protected override void OnInsert(
	int index,
	Object value
)
Visual Basic (Declaration)
Protected Overrides Sub OnInsert ( _
	index As Integer, _
	value As Object _
)
Visual C++
protected:
virtual void OnInsert(
	int index, 
	Object^ value
) override

Parameters

index
Type: System..::.Int32
value
Type: System..::.Object

See Also