ProjectEventArgsProject Property |
Gets the project. When opening a new project, this property is null.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IProject? Project { get; }
Property Value
IProject
The project.
See Also