alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SaveChangesAction

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

    Inheritance
    System.Object
    SaveChangesAction
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class SaveChangesAction : Enum

    Fields

    Cancel

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

    Declaration
    public const SaveChangesAction Cancel
    Field Value
    Type
    SaveChangesAction

    Discard

    Specifies that it discards changes without saving them.

    Declaration
    public const SaveChangesAction Discard
    Field Value
    Type
    SaveChangesAction

    Save

    Specifies that the changes should be saved by EditControl.

    Declaration
    public const SaveChangesAction Save
    Field Value
    Type
    SaveChangesAction

    ShowDialog

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

    Declaration
    public const SaveChangesAction ShowDialog
    Field Value
    Type
    SaveChangesAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved