Say that I have a CompositeCommand with a lot of DelegateCommands registered.
If one of the child DelegateCommands fires up RaiseCanExecuteChanged, this will result in firing the event CompositeCommand.CanExecuteChanged
, raising this same event in the other children, or it will only affect the active DelegateCommand?