nerdexam
Microsoft

70-511 · Question #120

You are developing a Windows Presentation Foundation (WPF) application that plays video clips. The markup is as follows. You need to ensure that the current running time of the video is…

The correct answer is B. Register for the myMediaTimeline CurrentTimelnvalidated event and add the following line. See the full explanation below for the reasoning.

Question

You are developing a Windows Presentation Foundation (WPF) application that plays video clips. The markup is as follows. You need to ensure that the current running time of the video is automatically updated and displayed in CurrentRunTime. What should you do?

Exhibit

70-511 question #120 exhibit

Options

  • ARegister for the myMediaTimeline CurrentTimelnvalidated event and add the following line
  • BRegister for the myMediaTimeline CurrentTimelnvalidated event and add the following line
  • CRegister for the myMediaTimeline Changed event and add the following line in the event
  • DRegister for the myMediaTimeline Changed event and add the following line in the event

How the community answered

(62 responses)
  • A
    5% (3)
  • B
    73% (45)
  • C
    15% (9)
  • D
    8% (5)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice