NotifyingKeyedCommandifiedListT, TKeyValue, TChangeType Events | 
The NotifyingKeyedCommandifiedListT, TKeyValue, TChangeType generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainedElementAdded | 
            Raised when an element was added to a collection (indirectly) contained in this element
              | |
| ContainedElementChanged | 
            Event which is raised when a contained element was changed. 
              | |
| ContainedElementRemoved | 
            Raised when an element was removed from a collection (indirectly) contained in this element
              | |
| ElementAdding | 
            Raised when an element is about to be added. The addition of the element can be cancelled through the event arguments. 
              (Inherited from CommandifiedListT.) | |
| ElementRemoved | 
            Raised when an element was removed from this list. The element removed is contained in the event arguments. This event is necessary to 
            be able to retrieve a removed element after it was removed from the list by an observer, as ListChanged only contains indexes, and the
            index of a removed element isn't valid after it's been removed from the list. 
              (Inherited from CommandifiedListT.) | |
| ElementRemoving | 
            Raised when an element is about to be removed. The removal of the element can be cancelled through the event arguments. 
              (Inherited from CommandifiedListT.) | |
| ListChanged | 
            Occurs when the list changes or an item in the list changes.
              (Inherited from CommandifiedListT.) | |
| ListClearing | 
            Raised when this list is about to be cleared completely. The clearing of the list can be cancelled through the event arguments. 
              (Inherited from CommandifiedListT.) |