TiltTraySorter: OnProductRemoved
Invoked when a product is removed from the Tilt Tray sorter
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
Event
void xxxxxxxxxxxxxxxxx (sender: object, product: Product, exit: object, tray: object);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object associated with the changed property |
product | Product | The removed product |
exit | Object | The object to which the product is transferred |
tray | Object | The tray index from which the product is removed. See note at the bottom of the page. |