nerdexam
Microsoft

70-484 · Question #14

You need to enable the functionality to switch to the PictureChooserPage page. Which code segments should you insert at line CS42? (Each correct answer presents part of the solution Choose all that ap

The correct answer is A. Option A D. Option D. You must perform the following tasks: - (D) Handle the Click event of the GetPictureButton control to switch from the current page to the PictureChooserPage page. - (A) After the user selects an image on the PictureChooserPage page, ensure that the app navigates back to the Pictu

Program the User Interaction

Question

You need to enable the functionality to switch to the PictureChooserPage page. Which code segments should you insert at line CS42? (Each correct answer presents part of the solution Choose all that apply.)

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D
  • EOption E
  • FOption F

How the community answered

(31 responses)
  • A
    74% (23)
  • B
    3% (1)
  • C
    6% (2)
  • F
    16% (5)

Explanation

You must perform the following tasks: - (D) Handle the Click event of the GetPictureButton control to switch from the current page to the PictureChooserPage page. - (A) After the user selects an image on the PictureChooserPage page, ensure that the app navigates back to the PictureSharerMainPage page.

Topics

#page navigation#Frame.Navigate#XAML navigation#page routing

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice