I’ve noticed that when the SIP keyboard is displayed, the OnBackKeyPress event isn’t fired when the user dismisses the keyboard via the WP7 back button.
Is there a way for me to determine when the keyboard has been dismissed via the back button?
Thanks
You can handle the textbox’s
KeyUpevent and then check thePlatformKeyCode.Then, in your event handler: