Class RelayCommand
public class RelayCommand : ICommand
- Inheritance
-
RelayCommand
- Implements
Constructors
Methods
- CanExecute(object)
Defines the method that determines whether the command can execute in its current state.
- Execute(object)
Defines the method to be called when the command is invoked.
Events
- CanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.