Informs child sprites in the Sprites collection about the parent sprite change.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void ChangedNotifyChildren(
	XSprite..::.ChangedNotification flags
)

Parameters

flags
Type: SGP.XSpace..::.XSprite..::.ChangedNotification
Types of XSprite..::.ChangedNotification changes that happened in the sprite.

See Also