WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SaveWithDataLosingEventArgs - WindowsForms API Reference | Syncfusion SaveStreamWithDataLoss and SaveFileWithDataLoss events of the EditControl control. ">

    Show / Hide Table of Contents

    Class SaveWithDataLosingEventArgs

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

    Inheritance
    System.Object
    System.EventArgs
    SaveWithDataLosingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved