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