コード例 #1
0
        protected override void OnDisappearing()
        {
            base.OnDisappearing();
            var vUpdatedPage = new Stockpage(); Navigation.InsertPageBefore(vUpdatedPage, this); Navigation.PopAsync();

            Navigation.PopAsync();
        }
コード例 #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();
        }