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 Ecommerce.Product.AfterCreateArgs
Constructors
AfterCreateArgs(Product)
Initializes a new instance of the Ecommerce.Product.AfterSaveArgs class.
public AfterCreateArgs(Product product)
Parameters
product
ProductThe product.
Properties
Product
Gets the product.
public Product Product { get; }
Property Value
- Product
The product.