Skip to main content

BaseLayoutItem.TextChanged Event

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

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