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

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

Syntax

C#
protected virtual 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