Click or drag to resize

DerivedModelDefinitionList Events

The DerivedModelDefinitionList type exposes the following members.

Events
  NameDescription
Public eventDefaultsPerTargetElementTypeChanged
Raised when the defaults for target elements have been changed through property edits.
Public eventDerivedModelDefinitionChanged
Event which is raised when a DerivedModelDefinition in this list was changed. The sender is the DerivedModelDefinition which was changed.
Public eventElementAdding
Raised when an element is about to be added. The addition of the element can be cancelled through the event arguments.
(Inherited from CommandifiedListT.)
Public eventElementRemoved
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.)
Public eventElementRemoving
Raised when an element is about to be removed. The removal of the element can be cancelled through the event arguments.
(Inherited from CommandifiedListT.)
Public eventListChanged
Occurs when the list changes or an item in the list changes.
(Inherited from CommandifiedListT.)
Public eventListClearing
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.)
Public eventRootDocumentInModelChanged
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.
Top
See Also