Table of Contents

Class FormOnBeforeRenderSubscriber

Namespace
Dynamicweb.Forms.Tracking
Assembly
Dynamicweb.Forms.dll

Form OnBeforeRender subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event FormView

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top