xamarin-docs icon indicating copy to clipboard operation
xamarin-docs copied to clipboard

coding block issue

Open BradenCalderMurphy opened this issue 2 years ago • 0 comments

Hi, issue in the coding block under "Navigation events", requires comment to be removed on last line.

protected override void OnNavigating(ShellNavigatingEventArgs args)
{
    base.OnNavigating(args);

    // Cancel any back navigation.
    if (args.Source == ShellNavigationSource.Pop)
    {
        args.Cancel();
    }
// }


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BradenCalderMurphy avatar Jul 08 '21 17:07 BradenCalderMurphy