Ejemplo n.º 1
0
        protected override void OnDisappearing()
        {
            base.OnDisappearing();
            var vUpdatedPage = new Stockpage(); Navigation.InsertPageBefore(vUpdatedPage, this); Navigation.PopAsync();

            Navigation.PopAsync();
        }
Ejemplo n.º 2
0
        private async void Cancel_Clicked(object sender, EventArgs e)
        {
            var vUpdatedPage = new Stockpage(); Navigation.InsertPageBefore(vUpdatedPage, this); await Navigation.PopAsync();

            await Navigation.PopModalAsync();
        }