Table of Contents

Class Ecommerce.Rma.UserInfoChangedArgs

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

This is the NotificationArgs object for UserInfoChanged.

public class Ecommerce.Rma.UserInfoChangedArgs : NotificationArgs
Inheritance
Ecommerce.Rma.UserInfoChangedArgs
Inherited Members

Constructors

UserInfoChangedArgs(ReturnMerchandiseAuthorization)

Initializes a new instance of the Ecommerce.Rma.UserInfoChangedArgs

public UserInfoChangedArgs(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization

The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top