Table of Contents

Class AutoSuggestBoxSuggestionChosenEventArgs

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Provides data for the SuggestionChosen event.

public sealed class AutoSuggestBoxSuggestionChosenEventArgs : RoutedEventArgs
Inheritance
AutoSuggestBoxSuggestionChosenEventArgs
Inherited Members

Constructors

AutoSuggestBoxSuggestionChosenEventArgs(RoutedEvent, object)

public AutoSuggestBoxSuggestionChosenEventArgs(RoutedEvent eventArgs, object sender)

Parameters

eventArgs RoutedEvent
sender object

Properties

SelectedItem

public required object SelectedItem { get; init; }

Property Value

object