Table of Contents

Class Notifications.Frontend.OnAfterSubmitSaveArgs

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class OnAfterSubmitSaveArgs.

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

See Also

To top