Hi
i am using these two methods(OnNavigatedToAsync,OnNavigatedFromAsync) in the view model,
when i am navigating to NavigateService then these two method was called.
but when i am navigating using Frame.Navigate method this will not work.
please help