Skip to main content
All docs
V26.1
  • AutoSuggestEditSuggestionChosenEventArgs(Object) Constructor

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

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public AutoSuggestEditSuggestionChosenEventArgs(
        object selectedItem
    )

    Parameters

    Name Type Description
    selectedItem Object

    A value passed to the SelectedItem property.

    Remarks

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

    See Also