Caliburn micro: get page navigation mode in view model

225 Views Asked by At

I am using Caliburn micro in Windows Universal Apps. Is there a way to find out the page navigation mode (Back, Forward) in View Model?

In Silverlight apps we could get that in OnNavigatedTo event if(e.NavigationMode == NavigationMode.Back). Is there anything equivalent available in Caliburn Micro?

0

There are 0 best solutions below