Table of Contents

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

detail Detail
beforeChanges Detail

Fields

BeforeChanges

public readonly Detail BeforeChanges

Field Value

Detail

Detail

public readonly Detail Detail

Field Value

Detail

Properties

StopExecution

public bool StopExecution { get; set; }

Property Value

bool

See Also

To top