Skip to main content

models event area

Description

Notifies you of model creation/update/move/delete and selection.

Event

NameDefinition nameDescription
Pre-model eventonBeforeNewThis event is notified before the model is added.
Event after model additiononAfterNewThis event is notified after the model is added.
Event after changing field valueonFieldChangedEvent notified after changing field value.
Pre-model deletion eventonBeforeDeleteThis event is notified before the model is deleted.
Event before model parent changeonBeforeChangeOwnerEvent to be notified before changing the parent of the model.
Event after model parent changeonAfterChangeOwnerEvent to be notified after changing the parent of the model.
Event before model order changeonBeforeChangeOrderThis event is notified before the model order is changed.
Event after model order changeonAfterChangeOrderThis event is notified after the model order is changed.
Event before adding relatedonBeforeNewRelationEvent to be notified before adding related.
Event after adding relatedonAfterNewRelationEvent to be notified after adding related.
Model validation eventonValidateThis event is notified when the model is validated.
Event when error is addedonErrorThis event is notified when an error is added to the model.
Model selection eventonSelectionChangedThis event is notified when a model is selected.
Model edit eventonModelEditedThis event is notified when the model is edited.
Undo Redo EventonUndoRedoThis event is notified when Undo Redo is executed.

Interfaces belonging to the area

NameDescription
ModelBeforeNewEventParamsParameters of the pre-model event.
ModelAfterNewEventParamsParameters of the event after adding the model.
ModelFieldChangedEventParamsParameter of the event after field value change.
ModelBeforeChangeOwnerEventParamsParameters of the pre-parent change event of the model.
ModelAfterChangeOwnerEventParamsParameters of the model's parent change event.
ModelBeforeChangeOrderEventParamsParameters of the pre-model order event.
ModelAfterChangeOrderEventParamsParameters of the event after model order change.
ModelBeforeDeleteEventParamsParameters of the pre-model event.
ModelBeforeNewRelationEventParamsRelated Pre-add event parameters.
ModelAfterNewRelationEventParamsRelated Post-add event parameters.
ModelSelectionChangedEventParams Parameter of the event after model selection change.
ModelOnValidateEventParamsParameters of the model evaluation event.
ModelOnErrorEventParamsParameter of the model error addition event.
ModelEditedEventParamsParameters for model change events.
You will be notified of all model information for which any changes have occurred in a single edit operation.
ModelUndoRedoEventParamsUndo Redo event parameters.
You will be notified of all model information where any changes have occurred due to the undo/redo operation.
IModelDictionaryThis is a model dictionary/catalog.
IModelEditedEventParams Common parameters for model change events.
IModelEventParams Common parameters for model events.