Interface IRelayCommand
An interface expanding ICommand with the ability to raise the ICommand.CanExecuteChanged event externally.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IRelayCommand : ICommand
Methods
NotifyCanExecuteChanged()
Notifies that the ICommand.CanExecute property has changed.
Declaration
void NotifyCanExecuteChanged()