4
In previous versions it was possible to make such manipulation over writing Onbackkeypress.
protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
{
.
.
.
}
However, two errors are presented:
.Onbackkeypress(System.ComponentModel.Canceleventargs)' is a new
virtual member in sealed class.Onbackkeypress(System.ComponentModel.Canceleventargs)' none suitable method found to replace
How to do the same in the new version of Windows Phone ?