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
- See Also
Fields
BeforeChanges
public readonly Detail BeforeChanges
Field Value
- See Also
Detail
public readonly Detail Detail
Field Value
- See Also
Properties
StopExecution
public bool StopExecution { get; set; }
Property Value
- See Also