ReportDesignerDocumentEventArgs Class
Provides data for events related to loading, closing and saving documents in the End-User Report Designer.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
public class ReportDesignerDocumentEventArgs :
EventArgs,
IReportDesignerDocumentEventArgs
Remarks
The ReportDesignerDocumentEventArgs class provides data for the following events.
- ReportDesignerDocument.Loaded
- ReportDesignerDocument.Closed
- ReportDesignerDocument.Saved
- ReportDesignerBase.DocumentOpened
- ReportDesignerBase.DocumentClosed
- ReportDesignerBase.DocumentSaved
An instance of the ReportDesignerDocumentEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.
See Also