ProjectEventArgs Constructor |
Constructor.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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