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
-
Ecom
Page Load Notification Subscriber
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when notification is broadcast.
Parameters
notification
stringThe notification.
args
NotificationArgs The arguments.