Skip to main content
All docs
V25.1
  • AutoSuggestEditSuggestionChoosingEventArgs(Object) Constructor

    Initializes a new instance of the AutoSuggestEditSuggestionChoosingEventArgs class.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public AutoSuggestEditSuggestionChoosingEventArgs(
        object selectedItem
    )

    Parameters

    Name Type Description
    selectedItem Object

     

    Remarks

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

    See Also