Skip to main content
A newer version of this page is available. .

ReportDesignerDocument.CanSaveChanged Event

Occurs when the value of the ReportDesignerDocument.CanSave property is changed.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public event EventHandler CanSaveChanged

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