Skip to main content

ReportDesignerDocument.SourceChanged Event

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler SourceChanged

Event Data

The SourceChanged event's data class is EventArgs.

Remarks

Handle this event to respond to changing the ReportDesignerDocument.Source property’s value.

See Also