Class Ecommerce.ProductDetail.BeforeSaveArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about product detail before saving.
public class Ecommerce.ProductDetail.BeforeSaveArgs : NotificationArgs
- Inheritance
-
Ecommerce.ProductDetail.BeforeSaveArgs
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.ProductDetail.BeforeSaveArgs
Constructors
BeforeSaveArgs(Detail, Detail)
public BeforeSaveArgs(Detail detail, Detail beforeChanges)
Parameters
Fields
BeforeChanges
public readonly Detail BeforeChanges
Field Value
Detail
public readonly Detail Detail
Field Value
Properties
StopExecution
public bool StopExecution { get; set; }