0
I’m using James Montemagno’s mvvmhelper to develop my app and using the same structure that he teaches to use. I mean with a Baseviewmodel and when I navigate between the pages everything works perfectly, I load the properties in the constructor of my viewmodel and they are displayed in the form. but when I make any changes to the same properties that should update my view, it doesn’t update, as if the property change isn’t notifying the view.
Someone has already gone through this using the mvvmhelper?
Enter the code to facilitate help
– rubStackOverflow