Microsoft.Phone.Controls.TransitionFrame.OnNavigationStopped C# (CSharp) Метод

OnNavigationStopped() приватный Метод

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
Результат void
        private void OnNavigationStopped(object sender, NavigationEventArgs e)
        {
            _navigationStopped = true;
        }