ProjectAfterReloadEventParams interface
Namespace: NextDesign.Desktop
Description
Parameters for the After Project Reload 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 reload event handler does not guarantee the value of "IWorkspace.CurrentProject".
To get the reloaded project, use "ProjectAfterReloadEventParams.Project" of the parameter of this event.