Table of Contents

Class OrderDeletedNotification

Namespace
Rescope.Commerce.Core.Events
Assembly
Rescope.Commerce.Core.dll

This notification is fired after an order is deleted (usually in @"Rescope.Commerce.Core.Services.OrderService.Delete*?displayProperty=nameWithType")

You can listen to events by implementing IRescopeNotificationHandler<T>.

public class OrderDeletedNotification : OrderNotificationBase, IRescopeNotification
Inheritance
OrderDeletedNotification
Implements
Inherited Members