Skip to content

Instantly share code, notes, and snippets.

@kw0006667
Created December 3, 2012 18:03
Show Gist options
  • Save kw0006667/4196760 to your computer and use it in GitHub Desktop.
Save kw0006667/4196760 to your computer and use it in GitHub Desktop.
在主頁面進行「搜尋」的動作
internal void OnQuerySubmitted(SearchPane sender, SearchPaneQuerySubmittedEventArgs args)
{
this.SearchInput.Text = args.QueryText;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment