The method is called by the collection after finished setting of the XSprite sprite.

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

Syntax

C#
void OnSpriteSetComplete(
	int index,
	XSprite oldValue,
	XSprite newValue
)

Parameters

index
Type: System..::.Int32
Position in the collection where the XSprite sprite has been set.
oldValue
Type: SGP.XSpace..::.XSprite
The removed XSprite sprite.
newValue
Type: SGP.XSpace..::.XSprite
Newly inserted XSprite sprite.

See Also