Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.65 KB

searchpaneresultsuggestionchoseneventargs.md

File metadata and controls

29 lines (19 loc) · 1.65 KB
-api-id -api-type
T:Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs
winrt class

Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs

-description

Provides data for a ResultSuggestionChosen event that is associated with a SearchPane object.

-remarks

Important

To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract) or SearchBox APIs in apps for Windows 10 or later.

This object is passed to an app's ResultSuggestionChosen event handler.

-examples

-see-also

Search contract sample (Windows 8), SearchPane class, SearchPane.ResultSuggestionChosen event, SearchSuggestionCollection.AppendResultSuggestion method