CanExecuteRequestedEventArgs.CanExecute Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.