Skip to main content

BaseLayoutItem.TextChanged Event

Fires after the layout item’s text has been changed.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public event EventHandler TextChanged

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