Table of Contents

Class ShopUrlDataProvider.AreaChangedObserver

Namespace
Dynamicweb.Ecommerce.Frontend.UrlHandling
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_STANDARD_AREA_OnAreaSaved")]
[Subscribe("DWN_STANDARD_AREA_OnAreaDeleted")]
public class ShopUrlDataProvider.AreaChangedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ShopUrlDataProvider.AreaChangedObserver
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