Table of Contents

Class Notifications.Form.OnAfterConfirmationRenderArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfter ConfirmationRender arguments

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

Constructors

OnAfterConfirmationRenderArgs(FormSetting, Template)

public OnAfterConfirmationRenderArgs(FormSetting form, Template template)

Parameters

form FormSetting
template Template

Properties

Form

public FormSetting Form { get; set; }

Property Value

FormSetting

Template

public Template Template { get; set; }

Property Value

Template
To top