Class DelegateCommand
public class DelegateCommand : DelegateCommand<object>, ICommand
- Inheritance
-
DelegateCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
DelegateCommand(Action)
public DelegateCommand(Action execute)
Parameters
execute
Action
DelegateCommand(Action<object>, Func<object, bool>)
public DelegateCommand(Action<object> execute, Func<object, bool> canExecute = null)