Hi,
I have serveral views in my application. When I visit these pages for the first time, the code inside the viewmodel will be executed. When I navigate away and come back to the same view, the viewmodel code wont be executed. Is there any methode that will be execute at onshow that I could override?
Thanks in advance
Lai Ho