Table of Contents

Class EcomPageLoadNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll

Represents the notification subscriber for page load.

[Subscribe("DWN_STANDARD_PAGE_LOADED")]
public class EcomPageLoadNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomPageLoadNotificationSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Called when notification is broadcast.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The arguments.

To top