Skip to main content

XtraPanel.TextChanged Event

This member is not supported by the XtraPanel class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler TextChanged

Event Data

The TextChanged event's data class is EventArgs.

See Also