The method is called by the collection after adding a new item.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected virtual void OnInsert(
	int index,
	Object value
)

Parameters

index
Type: System..::.Int32
Position in the collection where the item will be inserted.
value
Type: System..::.Object
Item being newly inserted.

See Also