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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -