I have a full MVVM Prism pattern project where I am facing a problem, and i.e. when I am debugging code shows view model updating the property but view not showing these changes. My question is, is there a event or action or something that restrict to reflect the changes of property in PRISM ?
View A - contains user 2 controls and one of the user control is showing this issue where as one user control working fine. and most important is this is issue coming on 2nd load of the view.
View A - contains user 2 controls and one of the user control is showing this issue where as one user control working fine. and most important is this is issue coming on 2nd load of the view.