nerdexam
Microsoft

70-484 · Question #140

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.)

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

How the community answered

(31 responses)
  • A
    77% (24)
  • C
    3% (1)
  • E
    6% (2)
  • F
    10% (3)
  • H
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice