I have a Frame named ChildWindows and I am using MVVM pattern for my design , so earlier I was refreshing the frame in the button click handler but now I want to use command so that I can remove the button handler , so the question is how can I refresh
my frame from the view model . Please help
↧