Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

searchsuggestionsrequestedeventargs.md

File metadata and controls

30 lines (20 loc) · 1 KB
-api-id -api-type
T:Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs
winrt class

Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs

-description

Provides data for the SuggestionsRequested event.

-remarks

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

Use your app to provide suggestions

There are a few different ways you can get suggestions for your app to provide:

  • From an app-defined, static, local list
  • From a URL that supports suggestions in OpenSearch format
  • From a URL that supports suggestions in XML format

-examples

-see-also

SearchBox, SuggestionsRequested