Namespace Wpf.Ui.Input
Classes
- RelayCommand<T>
A generic command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute method is true. This class allows you to accept command parameters in the Execute(T?) and CanExecute(T?) callback methods.
Interfaces
- IRelayCommand
An interface expanding ICommand with the ability to raise the CanExecuteChanged event externally.
- IRelayCommand<T>
A generic interface representing a more specific version of IRelayCommand.