Back to Devexpress

XRDesignMdiController.AnyDocumentActivated Event

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignmdicontroller-71a7b035.md

latest1.7 KB
Original Source

XRDesignMdiController.AnyDocumentActivated Event

Occurs after any of the XRDesignMdiController‘s design panels showing an edited document has been activated during the design session.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public event EventHandler<DocumentEventArgs> AnyDocumentActivated
vb
Public Event AnyDocumentActivated As EventHandler(Of DocumentEventArgs)

Event Data

The AnyDocumentActivated event's data class is DocumentEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentPoints to the document related to the current event.

See Also

XRDesignMdiController Class

XRDesignMdiController Members

DevExpress.XtraReports.UserDesigner Namespace