Esempio n. 1
0
 void searchPane_QuerySubmitted(Windows.ApplicationModel.Search.SearchPane sender, Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs args)
 {
     SearchButton.Command.Execute(sender.QueryText);
 }
Esempio n. 2
0
 void searchPane_QuerySubmitted(Windows.ApplicationModel.Search.SearchPane sender, Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs args)
 {
     if (this.Frame.CanGoBack)
     {
         this.Frame.GoBack();
     }
 }