I want to re-run the canExecute functionality from the DelegateCommand after some user changes. How to do it?
The CanExecuteChanged event of the ICommand interface must be generated to call the CanExecute method again.
Create the public method "RaiseCanExecuteChanged" in the Commomm deletion that fires the event.