Click or drag to resize

EcommerceOrderBeforeDeleteArgs Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.NotificationsEcommerceOrderBeforeDeleteArgs

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class BeforeDeleteArgs : NotificationArgs

The EcommerceOrderBeforeDeleteArgs type exposes the following members.

Constructors
  NameDescription
Public methodEcommerceOrderBeforeDeleteArgs(String)
Initializes a new instance of the EcommerceOrderBeforeDeleteArgs class
Public methodEcommerceOrderBeforeDeleteArgs(Order)
Initializes a new instance of the EcommerceOrderBeforeDeleteArgs class
Top
Properties
  NameDescription
Public propertyOrder
Public propertyOrderId
Public propertyStopExecution
Top
See Also