ProjectEventKind Enumeration |
[Missing <summary> documentation for "T:Altaxo.Main.ProjectEventKind"]
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ProjectEventKind
Members Member name | Value | Description |
---|
ProjectOpening | 0 | Occurs before a new project is opened from file. Not fired when a new project is created internally. |
ProjectOpened | 1 | Occurs after a new project is opened, both internally or from file. |
ProjectClosing | 2 | Occurs when a project is about to be closed. |
ProjectClosed | 3 | Occurs after a project is closed. |
ProjectRenamed | 4 | Occurs after a project has been renamed. |
ProjectDirtyChanged | 5 | Occurs when the dirty flag of a project has been changed. |
See Also