Table of Contents

Class AssortmentProductGroupRelationAfterSaveSubscriber

Namespace
Dynamicweb.Ecommerce.Assortments
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_PRODUCT_GROUP_RELATION_AFTER_SAVE")]
public class AssortmentProductGroupRelationAfterSaveSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
AssortmentProductGroupRelationAfterSaveSubscriber
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