Skip to main content

ReportManagerService.ReportsChanged Event

Occurs when the service’s collection of reports is changed.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler ReportsChanged

Event Data

The ReportsChanged event's data class is EventArgs.

Implements

See Also