Microsoft
70-484 · Question #46
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?
The correct answer is C. SuggestionsRequested. 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.
Program the User Interaction
Question
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?
Options
- AResultSuggestionChosen
- BQuerySubmitted
- CSuggestionsRequested
- DQueryChanged
How the community answered
(31 responses)- A10% (3)
- B3% (1)
- C81% (25)
- D6% (2)
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.
Topics
#search pane#SuggestionsRequested#autocomplete#search charm
Community Discussion
No community discussion yet for this question.