Condividi tramite


CanExecuteRequestedEventArgs.CanExecute Proprietà

Definizione

Ottiene o imposta un valore che indica se ICommand che ha generato questo evento è in grado di eseguire.

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

Valore della proprietà

Boolean

bool

true se ICommand è in grado di eseguire; in caso contrario, false.

Si applica a

Vedi anche