C# Class Kooboo.Commerce.Events.Carts.CartItemRemoved

Inheritance: Event, ICartEvent
Show file Open project: Kooboo/Ecommerce

Private Properties

Property Type Description

Public Methods

Method Description
CartItemRemoved ( ShoppingCart cart, ShoppingCartItem item ) : System

Protected Methods

Method Description
CartItemRemoved ( ) : System

Method Details

CartItemRemoved() protected method

protected CartItemRemoved ( ) : System
return System

CartItemRemoved() public method

public CartItemRemoved ( ShoppingCart cart, ShoppingCartItem item ) : System
cart Kooboo.Commerce.Carts.ShoppingCart
item Kooboo.Commerce.Carts.ShoppingCartItem
return System