Skip to main content

ProjectAfterOpenEventParams interface

Namespace: NextDesign.Desktop

Description

This is a parameter for the post project open 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-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.