[This is preliminary documentation and is subject to change.]
The ICollectionCancelItem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OnAdded | Called after item is added to collection (Inherited from ICollectionNotifyItem.) | |
| OnAdding | Called before item is placed into collection | |
| OnClearing | Called before all items are removed from collection by clearing it | |
| OnRemoved | Called after item is removed from collection (or after collection was cleared) (Inherited from ICollectionNotifyItem.) | |
| OnRemoving | Called before item is removed from collection |
Properties
| Name | Description | |
|---|---|---|
| Collections | If supported by collection item gets all the collections item is in (Inherited from ICollectionNotifyItem.) |