AutoSuggestBoxSuggestionChosenEventArgs.SelectedItem Property

Definition

Gets a reference to the selected item.

public:
 property Platform::Object ^ SelectedItem { Platform::Object ^ get(); };
IInspectable SelectedItem();
public object SelectedItem { get; }
var object = autoSuggestBoxSuggestionChosenEventArgs.selectedItem;
Public ReadOnly Property SelectedItem As Object

Property Value

Object

Platform::Object

IInspectable

A reference to the selected item.

Applies to