BaseLayoutItem.TextChanged Event
Fires after the layout item’s text has been changed.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The TextChanged event's data class is EventArgs.
Remarks
The TextChanged event is raised after the BaseLayoutItem.Text property’s value has been changed.
See Also