Product: OnProductDelete

Invoked when the product is deleted.

Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.

Note: This event is subscribed to via the SubscribeAll global function. As product components are transient, using the ‘Subscribe’ method will result in an error.

Event

void xxxxxxxxxxxxxxxxx (product: Product);

Parameters

Name Type Description
product Product The product object deleted