Table of Contents

Class ShopUrlDataProvider.GroupRelationChangedObserver

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