DesignerTransactionCloseEventArgs.TransactionCommitted 속성

정의

디자이너가 트랜잭션에서 Commit()을 호출할지 여부를 나타냅니다.

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

속성 값

디자이너가 트랜잭션에서 Commit()을 호출한 경우 true이고, 그렇지 않으면 false입니다.

적용 대상