Back to Devexpress

ReportDesignerDocumentClosingEventArgs Class

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-310aacc1.md

latest2.2 KB
Original Source

ReportDesignerDocumentClosingEventArgs Class

Provides data for the ReportDesignerBase.DocumentClosing and ReportDesignerDocument.Closing events.

Namespace : DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public class ReportDesignerDocumentClosingEventArgs :
    ReportDesignerDocumentCancelEventArgs
vb
Public Class ReportDesignerDocumentClosingEventArgs
    Inherits ReportDesignerDocumentCancelEventArgs

ReportDesignerDocumentClosingEventArgs is the data class for the following events:

Remarks

An instance of the ReportDesignerDocumentClosingEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.

Inheritance

Object EventArgs CancelEventArgs ReportDesignerDocumentCancelEventArgs ReportDesignerDocumentClosingEventArgs

See Also

ReportDesignerDocumentClosingEventArgs Members

DevExpress.Xpf.Reports.UserDesigner Namespace