Project |
public enum ProjectEventKind
| 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. |
The ProjectEventKind type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |