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