blog.pieeatingninjas.be
Compiled bindings gotcha – Don’t forget INotifyPropertyChanged on your interface
Intro On one of our UWP projects we ran into an issue where OneWay binding using x:Bind (compiled bindings) didn’t work. Only the initial value was shown. In the end, when I found and fixed t…