Table of Contents

Class EcomStatusChangedObserver

Namespace
Dynamicweb.Ecommerce.Examples.Notifications
Assembly
Dynamicweb.Ecommerce.Examples.dll
Subscribing on StatusChanged event
[Subscribe("DWN_ECOM_STOCK_STATUS_CHANGED")]
public class EcomStatusChangedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomStatusChangedObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Occurs after the stock status has been changed.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top