Band.TextChanged Event
Overrides the XRControl.TextChanged event.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Browsable(false)]
public override event EventHandler TextChanged
<Browsable(False)>
Public Overrides Event TextChanged As EventHandler
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
Feedback