In Windows Phone 8.0 Ho usato questo per gestire il pulsante indietro:Qual è l'equivalente di "OnBackKeyPress"
protected override void OnBackKeyPress(CancelEventArgs e)
{
base.OnBackKeyPress(e);
}
Questo evento non esiste sul controllo "Pagina". Come posso gestire un clic sul pulsante Indietro in WP 8.1?
ha importanza che t La documentazione afferma "Questa API è supportata solo nelle app native" –
Grazie per questo suggerimento. – Roman
@Roman Ho aggiunto un collegamento ad altre risposte a cui potresti essere interessato: ti aiuta a gestire il BackButton, a prevenire la navigazione e altro. – Romasz