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

Properties

Shop

Gets the group.
public Shop Shop { get; }

Property Value

Shop
The group.
See Also

See Also

To top