Table of Contents

Class ShopUrlDataProvider.ProductChangedObserver

Namespace
Dynamicweb.Ecommerce.Frontend.UrlHandling
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_PRODUCT_AFTER_SAVE")]
[Subscribe("DWN_ECOM_PRODUCT_AFTER_DELETE")]
public class ShopUrlDataProvider.ProductChangedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ShopUrlDataProvider.ProductChangedObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The args.

To top