SaaS CMS has officially launched! Learn more now.

Class LoadFormEventArgs

Argument that contains the definition for a XForm.

Inheritance
System.Object
System.EventArgs
LoadFormEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public class LoadFormEventArgs : EventArgs

Constructors

LoadFormEventArgs(String, Boolean)

Creates a new instance of the LoadFormEventArgs class.

Declaration
public LoadFormEventArgs(string formDefinition, bool editMode)
Parameters
Type Name Description
System.String formDefinition

The definition for the XForm.

System.Boolean editMode

If the form is rendered in edit mode.

Properties

EditMode

If the form is rendered in edit mode.

Declaration
public bool EditMode { get; }
Property Value
Type Description
System.Boolean

FormDefinition

The definition for the form to be loaded.

Declaration
public string FormDefinition { get; set; }
Property Value
Type Description
System.String