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¶
This property returns the transaction buffer that has been committed.
public TransactionBuffer TransactionBuffer { get; set; }
Property Value¶
Remarks:
None
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