With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class OrderStatusDto.OrderStatusRowChangeEvent

Row event argument class

Inheritance
System.Object
System.EventArgs
OrderStatusDto.OrderStatusRowChangeEvent
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 13.30.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