Table of Contents

Class Notifications.Form.OnBeforeContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnBeforeContent arguments

public class Notifications.Form.OnBeforeContentArgs : NotificationArgs
Inheritance
Notifications.Form.OnBeforeContentArgs
Inherited Members

Constructors

OnBeforeContentArgs(FormFrontend, string)

public OnBeforeContentArgs(FormFrontend contentModule, string output)

Parameters

contentModule FormFrontend
output string

Properties

ContentModule

public FormFrontend ContentModule { get; set; }

Property Value

FormFrontend

Output

public string Output { get; set; }

Property Value

string

StopExecution

public bool StopExecution { get; set; }

Property Value

bool
To top