ShoeSorter: OnProductRemoved
Invoked when product is removed to the shoe sorter
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
⚡ Event
void xxxxxxxxxxxxxxxxx (sender: object, product: Product);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
ShoeSorter | The ShoeSorter associated with the changed property |
product |
Product | The removed product object instance |