Hi all!
I want to navigate from View1 (with the corresponding ViewModel1) to the new instance of the same View1 (with the corresponding new instance of the same ViewModel1). How do I accomplish this in Caliburn.Micro?
And more interesting question. It is not clear for me how Caliburn.Micro can support tombstoning if there are several instances of the same View (and ViewModel) in the back stack. How do I distinguish between the similar properties of different ViewModels? Could somebody help?
I want to navigate from View1 (with the corresponding ViewModel1) to the new instance of the same View1 (with the corresponding new instance of the same ViewModel1). How do I accomplish this in Caliburn.Micro?
And more interesting question. It is not clear for me how Caliburn.Micro can support tombstoning if there are several instances of the same View (and ViewModel) in the back stack. How do I distinguish between the similar properties of different ViewModels? Could somebody help?