Table of Contents

Class ItemDeletedObserver

Namespace
Dynamicweb.Examples.Items.Notifications
Assembly
Dynamicweb.Examples.dll
[Subscribe("DWN_ITEMS_DELETED")]
public class ItemDeletedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ItemDeletedObserver
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