Click or drag to resize

IXmlDataExporter Events

The IXmlDataExporter type exposes the following members.

Events
  NameDescription
Public eventWriteFileContent
This event is raised when a file content is about to be written. Use this event to export file content that is referenced by the exported file object.
Public eventWritingObject
This event is raised when an object is serialized to XML. Use this event to add additional object keys to the XML or to write additional elements to the <Object> element.
Top
See Also