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