XtraPanel.TextChanged Event
In This Article
This member is not supported by the XtraPanel class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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