Skip to content

AutoSuggestBoxSuggestionChosenEventArgs class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.AutoSuggestBoxSuggestionChosenEventArgs Modifiers: public sealed

Summary

Provides data for the SuggestionChosen event.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class AutoSuggestBoxSuggestionChosenEventArgs
class RoutedEventArgs
RoutedEventArgs <|-- AutoSuggestBoxSuggestionChosenEventArgs

Inherits from: RoutedEventArgs

Remarks

Initializes a new instance of the AutoSuggestBoxSuggestionChosenEventArgs class.

Constructors

NameSummary
.ctorProvides data for the [SuggestionChosen](# event.

Properties

NameSummary
SelectedItemGets the selected item.
Inherited members