Skip to main content

ProjectAfterOpenEventParams interface

Namespace: NextDesign.Desktop

Description

It is a parameter of the event after opening the project.

Affiliation event area

NameDescription
ProjectNotifies the creation/loading/saving/end of the project.

Inherit Base

NameDescription
EventParamsBase class for event parameters.

Property

NameDescription
FilenameFilename
ProjectProject

Annotation

The post-project event handler does not guarantee the value of "IWorkspace.CurrentProject". To get the opened project, please use the parameter "ProjectAfterOpenEventParams.Project" of this event.