Click or drag to resize

ProjectEventArgs Constructor

Constructor.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProjectEventArgs(
	IProject? project,
	string? fileName,
	ProjectEventKind eventKind
)

Parameters

project  IProject
The project which was changed.
fileName  String
The file name of the project.
eventKind  ProjectEventKind
The kind of the event.
See Also