Info
| Version: | 0.9.5 | 
| Author(s): | Thomas Mutzl | 
| Last Update: | Thursday, October 16, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://www.mutzl.com/2014/02/a-smart-mvvm-command/ | 
| NuGet Url: | https://www.nuget.org/packages/Mutzl.Mvvm.DependentRelayCommand | 
Install
Install-Package Mutzl.Mvvm.DependentRelayCommand
                        dotnet add package Mutzl.Mvvm.DependentRelayCommand
                        paket add Mutzl.Mvvm.DependentRelayCommand
                        
                                Mutzl.Mvvm.DependentRelayCommand Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                                         portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10 
                                        
                                         win80 
                                        
                                         win81 
                                        
                                         wp80 
                                        
                                         wp81 
                                        
                        
                    Tags
 
                
Fires the CanExecuteChanged event for the command automatically if a PropertyChanged event of a dependent property was fired.