OrderListEventArgs Constructor

Initializes a new instance of the TransactionListEventArgs class.
public OrderListEventArgs( 
IReadOnlyCollection<OrderModel> orders 
)
This language is not supported or no code example is available.
public:  
OrderListEventArgs( 
IReadOnlyCollection<OrderModel^>^ orders 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

orders
IReadOnlyCollection<OrderModel>

The orders.

In this article

Definition