The method is called by the collection after removing an item.

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

Syntax

C#
protected override void OnRemove(
	int index,
	Object value
)

Parameters

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

See Also