Property onItemQuantityChanged
onItemQuantityChanged
Callback for when an InventoryItem quantity has changed.
Declaration
public static BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent onItemQuantityChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent | A CollectionItemEvent fired when an InventoryItem quantity has changed. |