DerivedModelDefinitionList Events | 
The DerivedModelDefinitionList type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultsPerTargetElementTypeChanged | 
            Raised when the defaults for target elements have been changed through property edits.
              | |
| DerivedModelDefinitionChanged | 
            Event which is raised when a DerivedModelDefinition in this list was changed. The sender is the DerivedModelDefinition which was changed. 
              | |
| 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.) | |
| RootDocumentInModelChanged | 
            Event which is raised when a root document in a contained DerivedModelDefinition has been changed, added or removed. The root document involved is enclosed inside the event args.
              |