Property onItemQuantityOverflow
onItemQuantityOverflow
Callback for when an InventoryItem quantity has gone above its minimum.
Declaration
public static BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent onItemQuantityOverflow { get; set; }
Property Value
Type | Description |
---|---|
BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent | The CollectionItemEvent fired when an InventoryItem quantity has gone above its minimum. |