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?