次の方法で共有


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

ICommand が実行できる場合は true。それ以外の場合は false

適用対象

こちらもご覧ください