DelegateCommand.CanExecute Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method CanExecute()
Determines if the command can be executed.
Protected method CanExecute(Object)
Determines if the command can execute with the provided parameter by invoing the Func<T, TResult> supplied during construction.
(Inherited from DelegateCommandBase.)

See Also

DelegateCommand Class

DelegateCommand Members

Microsoft.Practices.Prism.Commands Namespace