Partager via


CanExecuteRequestedEventArgs.CanExecute Propriété

Définition

Obtient ou définit une valeur indiquant si l’ICommand qui a déclenché cet événement peut s’exécuter.

public:
 property bool CanExecute { bool get(); void set(bool value); };
bool CanExecute();

void CanExecute(bool value);
public bool CanExecute { get; set; }
var boolean = canExecuteRequestedEventArgs.canExecute;
canExecuteRequestedEventArgs.canExecute = boolean;
Public Property CanExecute As Boolean

Valeur de propriété

Boolean

bool

true si ICommand est en mesure de s’exécuter ; sinon, false.

S’applique à

Voir aussi