csharp
public enum DocumentCloseAnswerWhat the user answered when asked about a dirty document on the way out.
Fields and properties (4)
CancelBacked out. The application stays open and the document is untouched.
SavedWrote it, and the write succeeded.
DiscardedChose to lose the changes.
SaveFailedChose to save and the save refused. ⚠ Not a close: see DocumentClosePrompt.
Used by (2)
- DocumentClosePromptVixen.Ui.Controls
- DocumentClosePromptTestsVixen.Ui.Controls.Tests