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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |