I'm using James Montemagno's mvvmhelper to develop my app and using the same framework it teaches you to use. ie with a BaseViewModel and such when I do the navigation 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 some changes to the same properties that should update my view, it does not update, as if the property change was not notifying the view.
Has anyone ever experienced this using mvvmhelper?