menu

WinForms

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

    Show / Hide Table of Contents

    Enum SaveOnCloseBehavior

    Defines the constants that specify the SaveOnClose behavior on how IScheduleDataProvider.Commit will be called when the toplevel Form holding the ScheduleControl is closed.

    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public enum SaveOnCloseBehavior

    Fields

    Name Description
    DoNotSave

    Do not call Commit.

    PromptBeforeSave

    Propmt before calling Commit.

    SaveWithoutPrompt

    Call Commit without a prompt.

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