Skip to content

Instantly share code, notes, and snippets.

@PulkitSethi1984
Created May 15, 2018 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PulkitSethi1984/0590a4549bf2b1032005064698b6b2f1 to your computer and use it in GitHub Desktop.
Save PulkitSethi1984/0590a4549bf2b1032005064698b6b2f1 to your computer and use it in GitHub Desktop.
private async Task BeginSearch()
{
ShowBusy = true;
await _navigationService.NavigateToAsync<AllItemsViewModel>(SearchText);
ShowBusy = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment