Class CloseContentArgs
Arguments for the CloseContentCommand.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class CloseContentArgs : CancelEventArgs
Constructors
| Edit this page View SourceCloseContentArgs(bool)
Initializes a new instance of the CloseContentArgs class.
Declaration
public CloseContentArgs(bool checkForChanges)
Parameters
Type | Name | Description |
---|---|---|
bool | checkForChanges | true to check for changes prior to closing, false to skip the check and force a close. |
Properties
| Edit this page View SourceCheckChanges
Property to return whether or not to check the content for changes prior to closing.
Declaration
public bool CheckChanges { get; }
Property Value
Type | Description |
---|---|
bool |