다음을 통해 공유


DataObjectEventArgs.CommandCancelled 속성

정의

연결된 명령 또는 작업이 취소되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool CommandCancelled { bool get(); };
public bool CommandCancelled { get; }
member this.CommandCancelled : bool
Public ReadOnly Property CommandCancelled As Boolean

속성 값

Boolean

명령이 취소되었으면 true이고, 그렇지 않으면 false입니다.

설명

호출 된 CancelCommand 이 속성을 설정 하는 방법 true 및 연결 된 명령 또는 작업을 취소 합니다.

적용 대상