You are developing a Windows Store app.
You need to ensure that context-sensitive choices are provided while the user is entering
text in the search pane.
Which event should you handle?
A.
ResultSuggestionChosen
B.
QuerySubmitted
C.
SuggestionsRequested
D.
QueryChanged
Explanation:
SearchPane.SuggestionsRequested | suggestionsrequested event
Fires when the user’s query text changes and the app needs to provide new suggestions to
display in the search pane.
C