DataObjectEventArgs.CommandCancelled 속성

정의

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

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

속성 값

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

설명

메서드를 CancelCommand 호출하여 이 속성을 연결된 명령 또는 작업으로 true 설정하고 취소합니다.

적용 대상