Class DocumentClosingEventArgs
Class defines DocumentClosing Event Args
Inheritance
System.Object
DocumentClosingEventArgs
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class DocumentClosingEventArgs : EventArgs
Constructors
DocumentClosingEventArgs()
Declaration
public DocumentClosingEventArgs()
Properties
Action
Gets or sets a value to specify the save actions.
Declaration
public SaveAction Action { get; set; }
Property Value
Type |
---|
SaveAction |
HasUnsavedChanges
Gets a value indicating whehter the file is modified or not.
Declaration
public bool HasUnsavedChanges { get; set; }
Property Value
Type |
---|
System.Boolean |