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

XRSparkline.TextChanged Event

This event is not available for the XRSparkline class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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