Class OrderGroupEventArgs
Order Group event arguments
Inheritance
System.Object
OrderGroupEventArgs
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class OrderGroupEventArgs : EventArgs
Constructors
OrderGroupEventArgs(Int32, OrderGroupEventType)
Initializes a new instance of the Order
Declaration
public OrderGroupEventArgs(int orderGroupId, OrderGroupEventType orderGroupType)
Parameters
Type | Name | Description |
---|---|---|
System. |
orderGroupId | The order group identifier. |
Order |
orderGroupType | Type of the order group. |
Properties
OrderGroupId
Gets the order identifier.
Declaration
public int OrderGroupId { get; }
Property Value
Type | Description |
---|---|
System. |
The order identifier. |
OrderGroupType
Gets the type of the order group.
Declaration
public OrderGroupEventType OrderGroupType { get; }
Property Value
Type | Description |
---|---|
Order |
The type of the order group. |