Table of Contents

Class Ecommerce.Shops.AfterDeleteArgs

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

Provides information about shop after shop was saved.

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

Remarks

The passed NotificationArgs is Ecommerce.Shops.AfterDeleteArgs

Constructors

AfterDeleteArgs(Shop)

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

public AfterDeleteArgs(Shop shop)

Parameters

shop Shop

The shop.

Properties

Shop

Gets the group.

public Shop Shop { get; }

Property Value

Shop

The group.

See Also

To top