The method is called by the collection when removing the XSprite sprite.

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

Syntax

C#
void OnSpriteRemove(
	int index,
	XSprite value
)

Parameters

index
Type: System..::.Int32
Position in the collection from where the XSprite sprite will be removed.
value
Type: SGP.XSpace..::.XSprite
The XSprite sprite being removed.

See Also