Open sandboxFocus

Property CanExecute

CanExecute

Gets a value indicating whether the command can be executed. Returns true if no CanExecute delegate was provided, or if the delegate returns true.

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