CanExecuteRequestedEventArgs.CanExecute Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Valor da propriedade
Boolean
bool
true
se o ICommand
for capaz de executar; caso contrário, false
.