标签: windows-phone-7 back-button
如果用户在手机上按回键并返回导航,我想做一些工作怎么做?
使用以下代码取消导航到后页&做一些事情,但我想回去的时候请帮忙...
protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) { // do some stuff... e.Cancel = true; }