Enum SaveReason
The reason why the application is saving the content.
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public enum SaveReason
Fields
Name | Description |
---|---|
AppProjectShutdown | The application or project is shutting down. |
ContentShutdown | The content is closing. Plug in developers should use this state to bypass error handling in a command to allow exceptions to bubble up. |
UserSave | The user hit the save button. |