Table of Contents

Class Notifications.Form.OnAfterRenderArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfterRendering arguments

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

Constructors

OnAfterRenderArgs(FormSetting, Template)

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