다음을 통해 공유


CanExecuteRequestedEventArgs 클래스

정의

CanExecuteRequested 이벤트에 대한 이벤트 데이터를 제공합니다.

public ref class CanExecuteRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CanExecuteRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CanExecuteRequestedEventArgs
Public NotInheritable Class CanExecuteRequestedEventArgs
상속
Object Platform::Object IInspectable CanExecuteRequestedEventArgs
특성

속성

CanExecute

이 이벤트를 발생시킨 ICommand 를 실행할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

Parameter

이 이벤트를 발생시킨 CanExecute 메서드에 전달된 명령 매개 변수를 가져옵니다.

적용 대상

추가 정보