Data property
Gets or sets the XML data provided by in the form data transforming events. The data can be modified in a code-behind method handler of eForm’s events BeforeDataReceive and BeforeDataSend.
Syntax
public XDocument Data { get; set; }
Property Value Type: System.Xml.Linq.XDocument
Handled property
Gets or sets a flag that indicates whether to stop further data transformation. When set to true in an event handler the xml in Data is not processes further by the Render.
Syntax
public bool Handled { get; set; }
Property Value
Type: System.Boolean