aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-26 05:49:22 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-26 05:49:22 +0200
commita431b1dd895834a517bf65a9cddc88162d432fd2 (patch)
treee65faea4952137e50f3217ac6bebbf6540548abb /Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation
parent01fb003c742e7f7ac086e9340254e8d0bd606214 (diff)
downloadTango-a431b1dd895834a517bf65a9cddc88162d432fd2.tar.gz
Tango-a431b1dd895834a517bf65a9cddc88162d432fd2.zip
Moved job app bar item control to main view model by current navigation vm.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
index f792c5e02..1fcdb4410 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
@@ -13,6 +13,11 @@ namespace Tango.PPC.Common.Navigation
public interface INavigationManager
{
/// <summary>
+ /// Occurs when the current view model has changed.
+ /// </summary>
+ event EventHandler<PPCViewModel> CurrentVMChanged;
+
+ /// <summary>
/// Gets the current module.
/// </summary>
IPPCModule CurrentModule { get; }