I am using Josh Smith's RelayCommand in my WPF MVVM application.
I have a ViewModel. Inside that I have a reference to another ViewModel.
The child ViewModel has a property of type ICommand in it.
In my parent ViewModel, can I add one more condition to the "CanExecute" predicate?