Class Ecommerce.ProductDetail.AfterSaveArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about product detail after saving.
public class Ecommerce.ProductDetail.AfterSaveArgs : NotificationArgs
- Inheritance
-
Ecommerce.ProductDetail.AfterSaveArgs
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.ProductDetail.AfterSaveArgs
Constructors
AfterSaveArgs(Detail, Detail)
public AfterSaveArgs(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