Skip to main content

Band.TextChanged Event

Overrides the XRControl.TextChanged event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override event EventHandler TextChanged

Event Data

The TextChanged event's data class is EventArgs.

Remarks

This event is intended to hide the corresponding event of the XRControl class.

See Also