[This is preliminary documentation and is subject to change.]

The ICollectionCancelItem type exposes the following members.

Methods

  NameDescription
Public methodOnAdded
Called after item is added to collection
(Inherited from ICollectionNotifyItem.)
Public methodOnAdding
Called before item is placed into collection
Public methodOnClearing
Called before all items are removed from collection by clearing it
Public methodOnRemoved
Called after item is removed from collection (or after collection was cleared)
(Inherited from ICollectionNotifyItem.)
Public methodOnRemoving
Called before item is removed from collection

Properties

  NameDescription
Public propertyCollections
If supported by collection item gets all the collections item is in
(Inherited from ICollectionNotifyItem.)

See Also