Called when the activity has detected the user's press of the back
key.
Syntax
[Android.Runtime.Register("onBackPressed", "()V", "GetOnBackPressedHandler")] public virtual voidOnBackPressed ()
Remarks
Called when the activity has detected the user's press of the back
key. The default implementation simply finishes the current activity,
but you can override this to do whatever you want.