Skip to main content
A newer version of this page is available. .

ReportDesignerDocument.SourceChanged Event

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

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