Class InventoryAdjustEventArgs
EventArgs when there are inventory adjusts.
Inherited Members
System.EventArgs.Empty
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.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class InventoryAdjustEventArgs : CatalogKeyEventArgs
Constructors
InventoryAdjustEventArgs(IEnumerable<CatalogKey>)
Initializes a new instance of the InventoryAdjustEventArgs class.
Declaration
public InventoryAdjustEventArgs(IEnumerable<CatalogKey> catalogKeys)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CatalogKey> | catalogKeys | The catalog keys. |