I'm having a issue, where do I update the UI across two UserControls? I can tell that the changes are being made, because I placed breakpoints throughout my code, however the changes aren't reflected on front end. How should I refresh the UI?
Asked
Active
Viewed 51 times
-1
-
There are lots of duplicates for this one, but I've selected one that is relatively concise. – slugster Jul 03 '17 at 20:20
1 Answers
0
Implement the bound properties using either dependency properties or INotifyPropertyChanged
.

Quality Catalyst
- 6,531
- 8
- 38
- 62

SledgeHammer
- 7,338
- 6
- 41
- 86