Top "Canexecute" questions

What is CanExecuteChanged for?

Can I use CanExecuteChanged to change the "can execute" condition? Or else... "for what" its used?

wpf mvvm canexecute
How to use the CanExecute Method from ICommand on WPF

How does one use the CanExecute Method from the ICommand interface? In my example i have a SaveCommand which i …

c# wpf xaml mvvm canexecute
MVVM RelayCommand CanExecute

I'm implementing an RelayCommand with an execute and an canExecute part. The RelayCommand works when it is without the canExecute …

wpf windows-phone-8 mvvm-light relaycommand canexecute
CanExecute and CanExecuteChanged, I must implement these with a RelayCommand?

I am using MVVM-Light and i have my relay command working perfectly, I have just read that i should be …

mvvm mvvm-light relaycommand canexecute