Skip to main content
All docs
V26.1
  • AutoSuggestEditTextChangedEventArgs Class

    Provides data for the AutoSuggestEdit.TextChanged event.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.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