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 |