Table of Contents

Class LogEventBeforeSaveSubscriber

Namespace
Dynamicweb.Subscribers
Assembly
Dynamicweb.dll
[Subscribe("DWN_STANDARD_LOGGING_LOGEVENT_BEFORE_SAVE")]
public class LogEventBeforeSaveSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
LogEventBeforeSaveSubscriber
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