c# - Programmatically go back -
in application, user goes page page b.
is there way programmatically simulate button press? have button on page b , when user clicks it, want go page a. don't want use navigationservice , navigate page a, want go page if user clicked on hardware button. there way that?
although don't want use it, navigationservice.goback method way go:
if (this.navigationservice.cangoback) { this.navigationservice.goback(); }
Comments
Post a Comment