Interface IRelayCommand
- Namespace
- CommunityToolkit.Mvvm.Input
- Assembly
- CommunityToolkit.Mvvm.dll
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()