Table of Contents

Class Ecommerce.Shops.BeforeDeleteArgs

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

Provides information about shop after shop which is going to be deleted.

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

Remarks

The passed NotificationArgs is Ecommerce.Shops.BeforeDeleteArgs

Constructors

BeforeDeleteArgs(Shop)

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

public BeforeDeleteArgs(Shop shop)

Parameters

shop Shop

The shop.

Properties

Shop

Gets the shop.

public Shop Shop { get; }

Property Value

Shop

The shop.

StopExecution

Gets or sets a value indicating whether to stop the save process. If true then the save process is interrupted.

public bool StopExecution { get; set; }

Property Value

bool

true if save process should be interrupted; otherwise, false.

See Also

To top