menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SaveChangesAction - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum SaveChangesAction

    Defines the constants that specifies the action to be executed on the modified file in EditControl.

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public enum SaveChangesAction

    Fields

    Name Description
    Cancel

    Specifies that it cancels current operation that is used in form's closure processing to cancel its closure.

    Discard

    Specifies that it discards changes without saving them.

    Save

    Specifies that the changes should be saved by EditControl.

    ShowDialog

    Specifies that it shows standard dialog that prompts user to save changes or cancel the operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved