次の方法で共有


CanExecuteRequestedEventArgs.CanExecute プロパティ

定義

このイベントを発生させた ICommand が実行できるかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

bool

trueICommand 実行できる場合は 。それ以外の場合 falseは 。

適用対象

こちらもご覧ください