Interface IRelayCommand
An interface expanding ICommand with the ability to raise the CanExecuteChanged event externally.
public interface IRelayCommand : ICommand
- Inherited Members
Methods
NotifyCanExecuteChanged()
Notifies that the CanExecute(object) property has changed.
void NotifyCanExecuteChanged()