-1

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?

Peter Duniho
  • 68,759
  • 7
  • 102
  • 136
Warsh
  • 1
  • 1

1 Answers1

0

Implement the bound properties using either dependency properties or INotifyPropertyChanged.

Quality Catalyst
  • 6,531
  • 8
  • 38
  • 62
SledgeHammer
  • 7,338
  • 6
  • 41
  • 86