Property onItemAdded
onItemAdded
This is a callback that will be invoked whenever an InventoryItem is added to the Wallet.
Declaration
public static BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent onItemAdded { get; set; }
Property Value
Type | Description |
---|---|
BaseCollection<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>.BaseCollectionItemEvent | A CollectionItemEvent fired whenever an InventoryItem is added to the Wallet. |