다음을 통해 공유


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그렇지 않으면 입니다.

적용 대상

추가 정보