Compartir a través de


CanExecuteRequestedEventArgs.CanExecute Propiedad

Definición

Obtiene o establece un valor que indica si el objeto ICommand que generó este evento puede ejecutarse.

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 de propiedad

Boolean

bool

true si el ICommand es capaz de ejecutar; de lo contrario, false.

Se aplica a

Consulte también