Table of Contents

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

product Product

The product.

previousStateId int

Properties

PreviousStateId

public int PreviousStateId { get; }

Property Value

int

Product

Gets the product.

public Product Product { get; }

Property Value

Product

The product.

See Also

To top