Click or drag to resize

ProjectEventArgsProject Property

Gets the project. When opening a new project, this property is null.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProject? Project { get; }

Property Value

IProject
The project.
See Also