AutoSuggestEditTextChangedEventArgs Class
Provides data for the AutoSuggestEdit.TextChanged event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use the event arguments’ Text property to get the new text, entered in editor’s text box. To get the reason of the text changing, use the Reason property.
See Also