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

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

Syntax

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

Parameters

index
Type: System..::.Int32
Position in the collectin where the item has been inserted.
value
Type: System..::.Object
Newly inserted item.

See Also