Class OrderUpdatedNotification
This notification is fired when the order is saved (usually in OrderService.Update)
You can listen to events by implementing IRescopeNotificationHandler<T>.
public class OrderUpdatedNotification : OrderNotificationBase, IRescopeNotification
- Inheritance
-
OrderUpdatedNotification
- Implements
- Inherited Members