Skip to main content

ProjectAfterReloadEventParams interface

Namespace: NextDesign.Desktop

Description

Parameters for the After Project Reload event.

Affiliation event area

NameDescription
ProjectNotifies creation, loading, saving, and termination of a project.

Inherit Base

NameDescription
EventParamsBase class for event parameters.

Property

NameDescription
Filenamefilename
Projectproject

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.