nerdexam
Microsoft

70-484 · Question #6

You need to choose the appropriate data binding strategy for the image list box. Which method should you use?

The correct answer is B. IValueConverter.Convert(). IValueConverter.Convert The data binding engine calls this method when it propagates a value from the binding source to the binding target.

Implement the user interface

Question

You need to choose the appropriate data binding strategy for the image list box. Which method should you use?

Options

  • ASystem.Drawing.ImageConverter.ConvertTo(value, typeof(Image))
  • BIValueConverter.Convert()
  • CSystem.Drawing.ImageConverter.ConvertFrom(value, typeof(Image),
  • DIValueConverter.ConvertBacfc ()

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    83% (19)
  • C
    4% (1)
  • D
    9% (2)

Explanation

IValueConverter.Convert The data binding engine calls this method when it propagates a value from the binding source to the binding target.

Topics

#data binding#IValueConverter#value conversion#image list box

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice