AutoSuggestBoxSuggestionChosenEventArgs.SelectedItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A reference to the selected item.