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
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)- A74% (23)
- B3% (1)
- C6% (2)
- F16% (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
Community Discussion
No community discussion yet for this question.