The IXSpriteCollectionOwner type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OnSpriteInsert |
The method is called by the collection when adding a new XSprite sprite.
| |
| OnSpriteInsertComplete |
The method is called by the collection after finished adding of a new XSprite sprite.
| |
| OnSpriteRemove |
The method is called by the collection when removing the XSprite sprite.
| |
| OnSpriteRemoveComplete |
The method is called by the collection after finished removing of the XSprite sprite.
| |
| OnSpritesClear |
The method is called by the collection when removing all items from it.
| |
| OnSpritesClearComplete |
The method is called by the collection after finishing removing all items.
| |
| OnSpriteSet |
The method is called by the collection when setting the XSprite sprite.
| |
| OnSpriteSetComplete |
The method is called by the collection after finished setting of the XSprite sprite.
|
Properties
| Name | Description | |
|---|---|---|
| SyncRoot |
Returns the object that can be used for synchronizing access to this instance.
|