Table of Contents

Class Ecommerce.Rma.AfterDeleteArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
This is the NotificationArgs object for AfterDelete.
public class Ecommerce.Rma.AfterDeleteArgs : NotificationArgs
Inheritance
Ecommerce.Rma.AfterDeleteArgs
Inherited Members

Constructors

AfterDeleteArgs(ReturnMerchandiseAuthorization)

Initializes a new instance of the Ecommerce.Rma.AfterDeleteArgs
public AfterDeleteArgs(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization
The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top