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 virtual void OnRemoveComplete(
	int index,
	Object value
)

Parameters

index
Type: System..::.Int32
Position in the collection from where the item has been removed.
value
Type: System..::.Object
Removed item.

See Also