Delegate |
The DelegateCommandT type exposes the following members.
| Name | Description | |
|---|---|---|
| CanExecuteCallback | Gets or sets the predicate to handle the ICommand.CanExecute method. If unset, ICommand.CanExecute will always return true if ExecuteCallback is set. | |
| ExecuteCallback | Gets or sets the action to handle the ICommand.Execute method. If unset, ICommand.CanExecute will always return false. |