TransactionListEventArgs Constructor

Initializes a new instance of the TransactionListEventArgs class.
public TransactionListEventArgs( 
Transaction[] transactions 
)
This language is not supported or no code example is available.
public:  
TransactionListEventArgs( 
array< Transaction^ >^ transactions 
)
This language is not supported or no code example is available.
public function TransactionListEventArgs( 
transactions : Transaction[] 
);
This language is not supported or no code example is available.

Parameters

transactions
Transaction[]

The transactions.

In this article

Definition