Skip to main content

LayoutControlWriteElementToXMLEventArgs(XmlWriter, FrameworkElement) Constructor

In This Article

Initializes a new instance of the LayoutControlWriteElementToXMLEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public LayoutControlWriteElementToXMLEventArgs(
    XmlWriter xml,
    FrameworkElement element
)

#Parameters

Name Type Description
xml XmlWriter

An XMLWriter object that implements writing XML data. This object is used to initialize the LayoutControlWriteElementToXMLEventArgs.Xml property.

element FrameworkElement

A layout element being processed. This object is used to initialize the LayoutControlWriteElementToXMLEventArgs.Element property.

See Also