DesignerTransactionCloseEventArgs.TransactionCommitted Property

Definition

Indicates whether the designer called Commit() on the transaction.

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

Property Value

true if the designer called Commit() on the transaction; otherwise, false.

Applies to