The XSpriteSubspriteInsertedHandler delegate that informs about adding the sprite insertedSprite to the Sprites sprite collection.

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

Syntax

C#
public delegate void XSpriteSubspriteInsertedHandler(
	XSprite sender,
	XSprite insertedSprite
)

Parameters

sender
Type: SGP.XSpace..::.XSprite
Sprite that caused the action.
insertedSprite
Type: SGP.XSpace..::.XSprite
Inserted sprite.

See Also