Skip to main content
All docs
V26.1
  • AutoSuggestEditQuerySubmittedEventArgs(String) Constructor

    Initializes a new instance of the AutoSuggestEditQuerySubmittedEventArgs class with the specified settings.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public AutoSuggestEditQuerySubmittedEventArgs(
        string text
    )

    Parameters

    Name Type Description
    text String

    A value passed to the Text property.

    Remarks

    Instances of the AutoSuggestEditQuerySubmittedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also