Click or drag to resize

IProjectService Events

The IProjectService 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.
Public eventProjectClosed Fired when the current open project is closed.
Public eventProjectDirtyChanged Fired when the dirty state of the project changed.
Public eventProjectOpened Fired when a project is opened or a new empty project is created.
Public eventProjectRenamed Fired when the current open project is renamed.
Top
See Also