[]
Initializes a new instance of the DelegateCommand<TParm> class.
public DelegateCommand(Action<TParm> executeAction, Predicate<TParm> canExecute)
Type | Name | Description |
---|---|---|
Action<TParm> | executeAction | |
Predicate<TParm> | canExecute |
Initializes a new instance of the DelegateCommand<TParm> class.
public DelegateCommand(Action<TParm> executeAction)
Type | Name | Description |
---|---|---|
Action<TParm> | executeAction |