Which code segment should you insert at line 04?

You are developing a Windows Store app that includes a handler for the onactivated event.
A portion of the event handler is shown in the following code. (Line numbers are included for reference only.)


You need to ensure that the app responds to printing requests from the Devices charm.
Which code segment should you insert at line 04?
A. printManager.printer.onprinttaskreguested = onPrint; printManager.printer. showPrintUIAsync ();
B. printManager.onPrint = onPrint;
C. printManager.onprinttaskrequested = onPrint;
D. printManager.printer.showPrintUIAsync ();

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.