Click or drag to resize
DerivedModelDefinition Events

The DerivedModelDefinition 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 the definition of this DerivedModelDefinition has been changed. What has changed is enclosed inside the event args.
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 eventHasBeenChanged
Raised when the implementing element has been changed
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
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 eventPropertyChanged
Occurs when a property value changes. (INotifyPropertyChanged)
Public eventRootDocumentInModelChanged
Event which is raised when a root document in this DerivedModelDefinition has been changed, added or removed. The root document involved is enclosed inside the event args.
Top
See Also