Table of Contents

Class Ecommerce.Shops.AfterSaveArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Provides information about shop after shop was saved.

public class Ecommerce.Shops.AfterSaveArgs : NotificationArgs
Inheritance
Ecommerce.Shops.AfterSaveArgs
Inherited Members

Remarks

The passed NotificationArgs is Ecommerce.Shops.AfterSaveArgs

Constructors

AfterSaveArgs(Shop)

Initializes a new instance of the Ecommerce.Shops.AfterSaveArgs class.

public AfterSaveArgs(Shop shop)

Parameters

shop Shop

The shop.

Properties

Shop

Gets the shop.

public Shop Shop { get; }

Property Value

Shop

The shop.

ShopBeforeChanges

Gets previous state of the shop.

public Shop ShopBeforeChanges { get; set; }

Property Value

Shop

The shop.

See Also

To top