Table of Contents

Class OrderUpdatedNotification

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

This notification is fired when the order is saved (usually in @"Rescope.Commerce.Core.Services.OrderService.Update*?displayProperty=nameWithType")

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

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