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입니다.

적용 대상

추가 정보