The method is called by the collection when adding a new XSprite sprite.

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

Syntax

C#
void OnSpriteInsert(
	int index,
	XSprite value
)

Parameters

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

See Also