Table of Contents

Class Ecommerce.ProductList.AfterCustomOrderChangeArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Provides information about the products that will be sorted.

public class Ecommerce.ProductList.AfterCustomOrderChangeArgs : NotificationArgs
Inheritance
Ecommerce.ProductList.AfterCustomOrderChangeArgs
Inherited Members

Remarks

The passed NotificationArgs is AfterCustomOrderChange

Constructors

AfterCustomOrderChangeArgs(ProductCollection)

Initializes a new instance of the AfterCustomOrderChange class.

public AfterCustomOrderChangeArgs(ProductCollection products)

Parameters

products ProductCollection

The products.

Properties

Products

Gets the products.

public ProductCollection Products { get; }

Property Value

ProductCollection

The products.

See Also

To top