CommittedTransactionEventArgs¶
Namespace: ThinkGeo.Core
This class represents the parameters passed in through the CommittedTransaction event.
public class CommittedTransactionEventArgs : System.EventArgs
Inheritance Object → EventArgs → CommittedTransactionEventArgs
Remarks:
None
Properties¶
TransactionBuffer¶
Gets or sets the transaction buffer that was just committed.
public TransactionBuffer TransactionBuffer { get; set; }
Property Value¶
Constructors¶
CommittedTransactionEventArgs(TransactionBuffer)¶
This is the constructor of the event arguments.
public CommittedTransactionEventArgs(TransactionBuffer transactionBuffer)
Parameters¶
transactionBuffer TransactionBuffer
This parameter represents the transaction buffer that has been committed.
CommittedTransactionEventArgs()¶
This is the constructor of the event arguments.
public CommittedTransactionEventArgs()
Remarks:
None