AutoSuggestEditTextChangedEventArgs Class
In This Article
Provides data for the AutoSuggestEdit.TextChanged event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.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