Dynamicweb 8 Documentation
eCommerce.Order.GatewayStatusChangedArgs Constructor

The order.
The status.
The previous status.
Initializes a new instance of the eCommerce.Order.GatewayStatusChangedArgs class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal order As Order, _ 
   ByVal status As String, _ 
   ByVal previousStatus As String _ 
)
public eCommerce.Order.GatewayStatusChangedArgs( 
   Order order,
   string status,
   string previousStatus 
)

Parameters

order
The order.
status
The status.
previousStatus
The previous status.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

eCommerce.Order.GatewayStatusChangedArgs Class
eCommerce.Order.GatewayStatusChangedArgs Members

Send Feedback