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

ReportDesignerDocument.TitleChanged Event

Occurs after the report designer document’s title has been changed.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public event EventHandler TitleChanged

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