| IEntityCollection Events | 
The IEntityCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityAdded | 
            Event which is raised at the End of the Add or Insert(index) routine.
              (Inherited from IEntityCollectionCore.) | |
| EntityAdding | 
            Event which is raised at the start of the Add or Insert(index) routine. To cancel the addition action, set cancel to true.
              (Inherited from IEntityCollectionCore.) | |
| EntityRemoved | 
            Event which is raised at the End of the Remove or RemoveAt(index) routine.
              (Inherited from IEntityCollectionCore.) | |
| EntityRemoving | 
            Event which is raised at the start of the Remove or RemoveAt(index) routine. To cancel the remove action, set cancel to true.
              (Inherited from IEntityCollectionCore.) | |
| ListChanged | 
            Event which is raised when the collection changed: an item changed, an item was removed, added, or the collection was cleared. 
            If possible, use one of the Entity* events of this collection.
              (Inherited from IEntityCollectionCore.) |