Table of Contents

Class Notifications.FormsViewModelFrontend.OnBeforeSendMailArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnBeforeSendMailArgs.

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

Properties

Form

Gets or sets the form.

public Form Form { get; set; }

Property Value

Form

Submit

Gets or sets the submit.

public Submit Submit { get; set; }

Property Value

Submit

Template

Gets or sets the template.

public Template Template { get; set; }

Property Value

Template

See Also

To top