Microsoft.Phone.Controls.TransitionFrame.OnNavigationStopped C# (CSharp) Method

OnNavigationStopped() private method

Handles the NavigationStopped event of the frame. Set a value indicating that the navigation is cancelled.
private OnNavigationStopped ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
return void
        private void OnNavigationStopped(object sender, NavigationEventArgs e)
        {
            _navigationStopped = true;
        }