I noticed that the OnNavigationCompleted
event in the Catel's ViewModel overriden method did not fire for the first page. Is this by design?
Is there any way I could execute codes after the page has been loaded, not in the ViewModel's constructor itself?
Thank you!!