Class Ecommerce.Stock.StatusChangedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Class StatusChangedArgs.
- Inheritance
-
Ecommerce.
Stock. Status Changed Args
- Inherited Members
Constructors
StatusChangedArgs(Product, StockStatus, StockStatus)
Initializes a new instance of the Ecommerce.
Parameters
product
ProductThe product.
oldStockStatus
StockStatus The old stock status.
newStockStatus
StockStatus The new stock status.
Properties
NewStockStatus
Gets the new stock status.
Property Value
- Stock
Status The new stock status.
OldStockStatus
Gets the old stock status.
Property Value
- Stock
Status The old stock status.
Product
Gets the product.
Property Value
- Product
The product.