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
See Also

Fields

BeforeChanges

public readonly Detail BeforeChanges

Field Value

Detail
See Also

Detail

public readonly Detail Detail

Field Value

Detail
See Also

Properties

StopExecution

public bool StopExecution { get; set; }

Property Value

bool
See Also

See Also

To top