找考题网-背景图
单项选择题

The UI is not being updated when the Data property is s……


The UI is not being updated when the Data property is set.
You need to ensure that the DisplayData class correctly updates the UI when the Data ..
What should you do ?()

 



A. Insert the followiing code at line 14    NotifyPropertyChanged("Data");
B. Insert the followiing code at line 16    NotifyPropertyChanged("Data");
C. Insert the followiing code at line 14    NotifyPropertyChanged(value);
D. Insert the followiing code at line 16    NotifyPropertyChanged(value);

热门试题