Click or drag to resize

IAltaxoProjectService Events

The IAltaxoProjectService type exposes the following members.

Events
 NameDescription
Public eventProjectChanged Event fired after any of the following other events is fired: ProjectOpened, ProjectClosed, ProjectRenamed, and ProjectDirtyChanged.
(Inherited from IProjectService)
Public eventProjectClosed Fired when the current open project is closed.
(Inherited from IProjectService)
Public eventProjectDirtyChanged Fired when the dirty state of the project changed.
(Inherited from IProjectService)
Public eventProjectOpened Fired when a project is opened or a new empty project is created.
(Inherited from IProjectService)
Public eventProjectRenamed Fired when the current open project is renamed.
(Inherited from IProjectService)
Top
See Also