ArcGISRuntime.UWP.Viewer.MainPage.OnNavigatedTo C# (CSharp) Method

OnNavigatedTo() protected method

protected OnNavigatedTo ( Windows.UI.Xaml.Navigation e ) : void
e Windows.UI.Xaml.Navigation
return void
        protected override void OnNavigatedTo(Navigation.NavigationEventArgs e)
        {
            // Force GC to get invoke full clean up when ever
            GC.Collect();
            GC.WaitForPendingFinalizers();
            base.OnNavigatedTo(e);
        }