I have a ShellViewModel with several subzones (and viewmodels). A subview can easily bind to a method in ShellViewModel with Message.Attach. He is bubbling. But can I go down so that ShellViewModel runs the method in sub ViewModel or even from one additional view up and then down to another?
AFAIK I can use EventAggregator, but is this the most elegant way?
source
share