Microsoft
70-484 · Question #140
70-484 Question #140: Real Exam Question with Answer & Explanation
The correct answer is A. The QuerySubmitted event, which fires when the user submits a search query B. The QueryChanged event, which fires when the user changes a search query D. The OnSearchActivated event, which fires when the app is activated through search. See the full explanation below for the reasoning.
Question
You are preparing to implement the Search contract in your app. Which event handlers should you consider implementing in your app to provide a rich user experience? (Choose all that apply.)
Options
- AThe QuerySubmitted event, which fires when the user submits a search query
- BThe QueryChanged event, which fires when the user changes a search query
- CThe Loaded event of the Page class. which fires when the search results page is loaded
- DThe OnSearchActivated event, which fires when the app is activated through search
- EThe Unloaded event of the You can use the SearchPane class to provide search suggestions
- FQueryChanged
- GSuggestionsRequested
- HResultSuggestionChosen
Community Discussion
No community discussion yet for this question.