alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class SaveWithDataLosingEventArgs

    Provides data for the SaveStreamWithDataLoss and SaveFileWithDataLoss events of the EditControl control.

    Inheritance
    System.Object
    SaveWithDataLosingEventArgs
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class SaveWithDataLosingEventArgs : EventArgs

    Constructors

    SaveWithDataLosingEventArgs()

    Declaration
    public SaveWithDataLosingEventArgs()

    Properties

    SaveWithLoss

    Gets or sets a value indicating whether the data have to be saved with loosing (if user handled the event).

    Declaration
    public bool SaveWithLoss { get; set; }
    Property Value
    Type
    System.Boolean

    UserHandling

    Gets or sets a value indicating whether user handled the event or not.

    Declaration
    public bool UserHandling { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved