Click or drag to resize
NewOrderCreatedHandlerStartEvent Method (OrderInfo)
Initiates the event handling

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public NewOrderCreatedEventArgs StartEvent(
	OrderInfo order
)

Parameters

order
Type: CMS.EcommerceOrderInfo
The newly created order.

Return Value

Type: NewOrderCreatedEventArgs
See Also