Table of Contents

Class AfterAreaDeletedSubscriber

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Cleans the FormTemplate table after the Area was removed.

[Subscribe("DWN_STANDARD_AREA_OnAreaDeleted")]
public class AfterAreaDeletedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
AfterAreaDeletedSubscriber
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 arguments.

To top