Table of Contents

Class OnBeforeRenderCommentObserver

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