ProjectAfterOpenEventParams interface
Namespace: NextDesign.Desktop
Description
This is a parameter for the post project open event.
Affiliation event area
Name | Description |
---|---|
Project | Notifies creation, loading, saving, and termination of a project. |
Inherit Base
Name | Description |
---|---|
EventParams | Base class for event parameters. |
Property
Name | Description |
---|---|
Filename | filename |
Project | project |
Annotations
The post-project-open event handler does not guarantee the value of "IWorkspace.CurrentProject".
To get the opened project, use "ProjectAfterOpenEventParams.Project" of the parameter of this event.