Freigeben über


CanExecuteRequestedEventArgs.CanExecute Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der ICommand , der dieses Ereignis ausgelöst hat, ausgeführt werden kann, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

true , wenn der ICommand ausgeführt werden kann; andernfalls false.

Gilt für:

Weitere Informationen