 | MainWindowSaveWindowAspectsAndCallViewModelLogicCommand field |
Calls the local routine "SaveWindowAspectsAndCallViewModelLogic".
This saves the current window display parameters in an instance of "WindowAspects"
and then passes "WindowAspects" as a call parameter to the ViewModel routine "SaveTreeState",
which in turn saves the WindowAspects together with tree-relevant parameters.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static RoutedUICommand SaveWindowAspectsAndCallViewModelLogicCommand
Public Shared SaveWindowAspectsAndCallViewModelLogicCommand As RoutedUICommand
public:
static RoutedUICommand^ SaveWindowAspectsAndCallViewModelLogicCommand
static val mutable SaveWindowAspectsAndCallViewModelLogicCommand: RoutedUICommand
Field value
RoutedUICommand
See also