The method is called by the collection after finished adding of a new XSprite sprite.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected override void OnSpriteInsertComplete(
	int index,
	XSprite value
)

Parameters

index
Type: System..::.Int32
Position in the collection where the XSprite sprite has been inserted.
value
Type: SGP.XSpace..::.XSprite
Newly inserted XSprite sprite.

See Also