Table of Contents

Class Notifications.Form.OnBeforeConfirmationContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnBeforeConfirmationContent arguments

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

Constructors

OnBeforeConfirmationContentArgs(FormFrontend, string)

public OnBeforeConfirmationContentArgs(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