RelayCommand Class
A command whose sole purpose is to relay its functionality to other objects by invoking delegates.
Namespace: Common.Wpf.CommandsAssembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
public class RelayCommand : ICommand
- Inheritance
- Object RelayCommand
- Implements
- ICommand
RelayCommand | Initializes a new instance of the RelayCommand class. |
CanExecute | Defines the method that determines whether the command can execute in its current state. |
Execute | Defines the method to be called when the command is invoked. |
CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |