Skip to content

CommittedTransactionEventArgs

Namespace: ThinkGeo.Core

This class represents the parameters passed in through the CommittedTransaction event.

public class CommittedTransactionEventArgs : System.EventArgs

Inheritance ObjectEventArgsCommittedTransactionEventArgs

Remarks:

None

Properties

TransactionBuffer

This property returns the transaction buffer that has been committed.

public TransactionBuffer TransactionBuffer { get; set; }

Property Value

TransactionBuffer

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