Table of Contents

Class Notifications.FormsViewModelFrontend.OnBeforeContentArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnBeforeContentArgs.

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

Properties

ContentModule

Gets the content module.

public FormsViewModelFrontend ContentModule { get; }

Property Value

FormsViewModelFrontend

Output

Gets or sets the output.

public string Output { get; set; }

Property Value

string

StopExecution

Gets or sets a value indicating whether [stop execution].

public bool StopExecution { get; set; }

Property Value

bool

See Also

To top