I have a project in windows phone 8.1 silverlight in which I have a User Control which is displayed on a click event on a button from the main page. And that user control has a button. upon clicking that button a popup appears this popup is also a UserControl. Now I want to close this Popup on BackKeypress. As UserControl cannot have the BackkeyPress event, its difficult to that. So is it possible and if yes how?
Please let me know..
Thanks for help in advance.