Table of Contents

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

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