For Windows Phone. How can I tell when the "search" button is clicked when I set InputScope to search on a TextBox? Is there an event?
|
feedback
|
|
When the
the "search " button being pressed (on the SIP) can be detected with:
| |||
|
feedback
|
|
In addition to what Matt has (correctly) answered, if you handle e.PlatformKeyCode == 0x0A (as shown below) you can also respond to the Enter key being pressed on the host keyboard when running in the emulator without the SIP.
| |||
|
feedback
|
|
Do you mean the hardware search button? It's not exposed. Similar question | |||||
feedback
|