Table of Contents

Class Notifications.Form.OnBeforeFormSaveArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

BeforeFormSave arguments

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

Properties

CancelExecution

public bool CancelExecution { get; set; }

Property Value

bool

Form

public FormSetting Form { get; set; }

Property Value

FormSetting

FormProperties

public FormProperties FormProperties { get; set; }

Property Value

FormProperties

SaveValues

public IDictionary<string, object> SaveValues { get; set; }

Property Value

IDictionary<string, object>
To top