Table of Contents

Class Notifications.Form.OnBeforeConfirmationRenderArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnBeforeConfirmationRender arguments

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

Constructors

OnBeforeConfirmationRenderArgs(FormSetting, Template)

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