Class OrderStatusDto.OrderStatusRowChangeEvent

Row event argument class

Inheritance
System.Object
OrderStatusDto.OrderStatusRowChangeEvent
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class OrderStatusRowChangeEvent : EventArgs

Constructors

OrderStatusRowChangeEvent(OrderStatusDto.OrderStatusRow, DataRowAction)

Declaration
public OrderStatusRowChangeEvent(OrderStatusDto.OrderStatusRow row, DataRowAction action)
Parameters
Type Name Description
OrderStatusDto.OrderStatusRow row
System.Data.DataRowAction action

Properties

Action

Declaration
public DataRowAction Action { get; }
Property Value
Type Description
System.Data.DataRowAction

Row

Declaration
public OrderStatusDto.OrderStatusRow Row { get; }
Property Value
Type Description
OrderStatusDto.OrderStatusRow
arrow_upward