Skip to content

Instantly share code, notes, and snippets.

@JoeM-RP
Last active November 25, 2018 17:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save JoeM-RP/50748009771dcf4ad4f887d64d598d40 to your computer and use it in GitHub Desktop.
/*
* Define Methods
*/
// Do something cool here when we naviagte away from the ViewModel
public abstract void OnNavigatedFrom(INavigationParameters parameters);
// Do something cool here when we have finished navigating to the ViewModel
public abstract void OnNavigatedTo(INavigationParameters parameters);
// Do something cool here when we start navigating to the ViewModel
public abstract void OnNavigatingTo(INavigationParameters parameters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment