TiltTraySorter: OnProductAdded
Invoked when a product is added to 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, source: object, tray: object);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object associated with the changed property |
product | Product | The added product |
source | Object | The object from which the product is coming |
tray | Object | The tray index on which the product is added. See note at the bottom of the page. |