diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-26 05:49:22 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-26 05:49:22 +0200 |
| commit | a431b1dd895834a517bf65a9cddc88162d432fd2 (patch) | |
| tree | e65faea4952137e50f3217ac6bebbf6540548abb /Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation | |
| parent | 01fb003c742e7f7ac086e9340254e8d0bd606214 (diff) | |
| download | Tango-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.cs | 5 |
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; } |
