Table of Contents

Class Notifications.Frontend.OnBeforeSendReceiptArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnBeforeSendReceiptArgs.

public class Notifications.Frontend.OnBeforeSendReceiptArgs : NotificationArgs
Inheritance
Notifications.Frontend.OnBeforeSendReceiptArgs
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