Open sandboxFocus

Property CanExecute

CanExecute

Gets a value indicating whether the command can be executed. Returns false if the command is already running and concurrent execution is not supported, or if the CanExecute delegate returns false.

Declaration
public bool CanExecute { get; }
Property Value
Type Description
bool