Skip to main content

models event area

Description

Notification of model creation/update/move/delete and selection.

Events

NameDefined NameDescription
Event before adding a modelonBeforeNewThis event is notified before adding a model.
Event after adding a modelonAfterNewThis event is notified after adding a model.
Event after field value changeonFieldChangedThis event is notified after the field value is changed.
Event before model deletiononBeforeDeleteThis event is notified before the model is deleted.
Event before model parent changeonBeforeChangeOwnerThis event is notified before the parent of the model is changed.
Event after model parent changeonAfterChangeOwnerThis event is notified after the parent of the model is changed.
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.
Relation before addition eventonBeforeNewRelationThis event is notified before a relation is added.
Event after adding a relationonAfterNewRelationThis event is notified after adding a relation.
Model validation eventonValidateThis event is notified when the model is validated.
Error addition eventonErrorThis 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 a model is edited.
Undo/Redo eventonUndoRedoThis event is notified when undo/redo is executed.

interfaces belonging to the area

NameDescription
ModelBeforeNewEventParamsThe parameters for the before model event.
ModelAfterNewEventParamsThe parameters for the post model event.
ModelFieldChangedEventParamsParameters for field value changed event.
ModelBeforeChangeOwnerEventParamsParameters for model parent before event.
ModelAfterChangeOwnerEventParamsThe parameters for the model's after change owner event.
ModelBeforeChangeOrderEventParamsThe parameters for the before model order change event.
ModelAfterChangeOrderEventParamsParameters for the model after change order event.
ModelBeforeDeleteEventParamsThe parameters for the model before delete event.
ModelBeforeNewRelationEventParamsThe parameters for the before-relation event.
ModelAfterNewRelationEventParamsThe parameters for the after-relation event.
ModelSelectionChangedEventParamsThe parameters for the model selection changed event.
ModelOnValidateEventParamsThe parameters for the model validation event.
ModelOnErrorEventParamsParameters for the Add Model Error Event.
ModelEditedEventParamsThe parameters for the model modified event.
You will be notified of all model information where any change occurred in one edit operation.
ModelUndoRedoEventParamsThe parameters for the undo redo event.
Notifies all model information for which some changes have occurred due to undo/redo operations.
IModelDictionaryThis is a model dictionary.
IModelEditedEventParamsCommon parameters for model modified events.
IModelEventParamsCommon parameters for model events.