Table of Contents

Class Ecommerce.Product.AfterCreateArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about product after creating.
public class Ecommerce.Product.AfterCreateArgs : NotificationArgs
Inheritance
Ecommerce.Product.AfterCreateArgs
Inherited Members

Remarks

The passed NotificationArgs is

Constructors

AfterCreateArgs(Product)

Initializes a new instance of the Ecommerce.Product.AfterSaveArgs class.
public AfterCreateArgs(Product product)

Parameters

product Product
The product.
See Also

Properties

Product

Gets the product.
public Product Product { get; }

Property Value

Product
The product.
See Also

See Also

To top