Skip to main content
A newer version of this page is available. .

AutoSuggestEditTextChangedEventArgs Class

Provides data for the AutoSuggestEdit.TextChanged event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public class AutoSuggestEditTextChangedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
AutoSuggestEditTextChangedEventArgs
See Also