<img src="https://nimg.ppkao.com/2018-07/yiyu/2018072716120246779.jpg?sign=d5bd7e4107123b57ff93f1fc11d03efb&t=62d0bae9" /><br /> The UI is not being updated when the Data property is set.<br /> You need to ensure that the DisplayData class correctly updates the UI when the Data ..<br /> What should you do ?()<br /> <br />
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);