Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author