Back Button

Is there any way to put up a message when a user hits the Back Button, to give them the option to cancel that choice?

If you put a MessageBox in the Close or Deactivate events it appears after the view has closed.

have the back button action show the msgbox, and have the result of the msgbox do the “go back”

If you used PushTo to open the view, the back button is automatic and doesn’t appear in code, so I don’t see how you would access its action.

ok thanks