ReportDesignerDocument.TitleChanged Event
Occurs after the report designer document’s title has been changed.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Event Data
The TitleChanged event's data class is EventArgs.
Remarks
Handle this event to respond to changing the ReportDesignerDocument.Title property’s value.
See Also