Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrderGroupEventArgs

Order Group event arguments

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

Constructors

OrderGroupEventArgs(Int32, OrderGroupEventType)

Initializes a new instance of the OrderGroupEventArgs class.

Declaration
public OrderGroupEventArgs(int orderGroupId, OrderGroupEventType orderGroupType)
Parameters
Type Name Description
System.Int32 orderGroupId

The order group identifier.

OrderGroupEventType orderGroupType

Type of the order group.

Properties

OrderGroupId

Gets the order identifier.

Declaration
public int OrderGroupId { get; }
Property Value
Type Description
System.Int32

The order identifier.

OrderGroupType

Gets the type of the order group.

Declaration
public OrderGroupEventType OrderGroupType { get; }
Property Value
Type Description
OrderGroupEventType

The type of the order group.