ReportDesignerDocument.CanSaveChanged Event
Occurs when the value of the ReportDesignerDocument.CanSave property is changed.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v21.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Event Data
The CanSaveChanged event's data class is EventArgs.
Remarks
Handle this event to respond to changing the ReportDesignerDocument.CanSave property’s value.
See Also