Click or drag to resize
ProductAddedToCartEventArgs Constructor
Initializes new instance of ProductAddedToCartEventArgs.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ProductAddedToCartEventArgs(
	ShoppingCartItemInfo addedShoppingCartItem
)

Parameters

addedShoppingCartItem
Type: CMS.EcommerceShoppingCartItemInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen null addedShoppingCartItem is provided.
See Also