Account.ManifestManagement.View.ManifestNavigationItemView.MainContentRegion_Navigated C# (CSharp) Method

MainContentRegion_Navigated() private method

private MainContentRegion_Navigated ( object sender, Prism.Regions.RegionNavigationEventArgs e ) : void
sender object
e Prism.Regions.RegionNavigationEventArgs
return void
        private void MainContentRegion_Navigated(object sender, RegionNavigationEventArgs e)
        {
            this.UpdateNavigationButtonState(e.Uri);
        }