Extends the RelayCommand of the MVVM Light Toolkit. Fires the CanExecuteChanged event for the command automatically if a PropertyChanged event of a dependent property was fired.
The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in WPF, UWP, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the...
More information