ProjectAfterOpenEventParams interface
Namespace: NextDesign.Desktop
Description
It is a parameter of the event after opening the project.
Affiliation event area
Name | Description |
---|---|
Project | Notifies the creation/loading/saving/end of the project. |
Inherit Base
Name | Description |
---|---|
EventParams | Base class for event parameters. |
Property
Name | Description |
---|---|
Filename | Filename |
Project | Project |
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.