ICollectionItem Members
Declares members implemented by collection items.Properties
| Name | Description |
|---|---|
| Collection | When implemented by a class, gets the collection to which an item belongs. |
| ItemName | When implemented by a class, gets the item’s name. |
Methods
| Name | Description |
|---|---|
| SetCollection(Collection) | When implemented by a class assigns the item’s owning collection. |
Events
| Name | Description |
|---|---|
| ItemChanged | When implemented by a class, fires in response to item property values changes. |
See Also