project event area
Description
Notifies the creation/loading/saving/completion of the project.
Event
Name | Definition name | Description |
---|---|---|
Event after creating a new project | onAfterNew | This event is notified after creating a new project. |
Pre-project open event | onBeforeOpen | This event is notified before the project is opened. |
Event after opening the project | onAfterOpen | This event is notified after the project is opened. |
Event before saving the project | onBeforeSave | This event is notified before saving the project. |
Event after saving the project | onAfterSave | Event notified after saving the project. |
Pre-project event | onBeforeClose | This event is notified before the project is closed. |
Event after project close | onAfterClose | This event is notified after the project is closed. |
Event before project reload | onBeforeReload | Event notified before project reload. |
Event after project reload | onAfterReload | This event is notified after project reload. |
Event after additional load | onAfterModelUnitLoad | Event notified after additional load. |
Interfaces belonging to the area
Name | Description |
---|---|
ProjectAfterNewEventParams | Parameters of the event after creating a new project. |
ProjectBeforeOpenEventParams | Parameters of the pre-project event event. |
ProjectAfterOpenEventParams | Parameters of the post-project event. |
ProjectBeforeSaveEventParams | Parameters of the pre-project event. |
ProjectAfterSaveEventParams | Parameters of the post-project event. |
ProjectAfterCloseEventParams | Parameters of the event after project close. |
ProjectBeforeCloseEventParams | Parameters of the pre-project event event. |
ProjectBeforeReloadEventParams | Parameters of the pre-project reload event. |
ProjectAfterReloadEventParams | Parameters of the event after project reload. |
ProjectAfterModelUnitLoadEventParams | Additional post-load event parameters. |