Updating a reference to a command of a nested ViewModel?
I know I'm probably missing something simple and obvious, but at the moment it eludes me. I'm attempting to use the MVVM pattern. How do you update a reference to a command in a viewmodel that is linked to a child viewmodel? I've got a view (MainView) bound to a viewmodel (MainViewModel). On MainView, I've got an instance of another view (SummaryView) bound to a viewmodel (SummaryViewModel). SummaryViewModel contains a collection of a third viewmodel (SummaryFilterViewModel). On SummaryView, there is a TabControl and each tab on it is bound to one of the SummaryFilterViewModel instances in the