DelegateCommand.CanExecute Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CanExecute() |
Determines if the command can be executed.
|
|
CanExecute(Object) |
Determines if the command can execute with the provided parameter by invoing the Func<T, TResult> supplied during construction.
(Inherited from DelegateCommandBase.) |