Created
December 3, 2012 18:03
-
-
Save kw0006667/4196760 to your computer and use it in GitHub Desktop.
在主頁面進行「搜尋」的動作
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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