In my windows phone 7 application, i have created a grid(named as Holder), and i have created a GotFocus event. So i need an if statement that, if the grid is touched by the user, i need a message box to be didplayed. Can anybody help me? Thanks in advance for your help!
In my app, i have web browser control, in that if the user GotFocus on the browser control, then i want to hide an image. But Tap event is not working for the browser control. Need help?
The event you should use is the Tap Event, it’s meant for user interaction on Windows Phone.
Hook up the event with your grid in XAML:
And in your code: