Skip to content

Instantly share code, notes, and snippets.

@andy51002000
Created October 22, 2017 13:06
Show Gist options
  • Save andy51002000/8f77e34f10bbfeb9f4b63db33dae4950 to your computer and use it in GitHub Desktop.
Save andy51002000/8f77e34f10bbfeb9f4b63db33dae4950 to your computer and use it in GitHub Desktop.
Partial code of MovieListviewModel that handle SelectedChanged for ListBox of view
public void selectedMovieChanged()
{
if(SelectedMovie !=null)
App.NavigationService.Navigate<MovieDetailView>(SelectedMovie);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment