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. |