Table of Contents

Class Notifications.Form.OnAfterContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfterContent arguments

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

Constructors

OnAfterContentArgs(FormFrontend, string)

public OnAfterContentArgs(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
To top