Class Ecommerce.Product.ProductWorkflowStateChangedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about product after workflow state changed.
public class Ecommerce.Product.ProductWorkflowStateChangedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Product.ProductWorkflowStateChangedArgs
- Inherited Members
Remarks
The passed NotificationArgs is ProductWorkflowStateChanged
Constructors
ProductWorkflowStateChangedArgs(Product, int)
Initializes a new instance of the Ecommerce.Product.AfterSaveArgs class.
public ProductWorkflowStateChangedArgs(Product product, int previousStateId)
Parameters
Properties
PreviousStateId
public int PreviousStateId { get; }
Property Value
Product
Gets the product.
public Product Product { get; }
Property Value
- Product
The product.