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)- A4% (1)
- B83% (19)
- C4% (1)
- D9% (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.