WorkbookEvents_AfterXmlExportEventHandler Delegate

Definition

A Delegate type used to add an event handler for the AfterXmlExport event. The AfterXmlExport event occurs after Microsoft Excel saves or exports data from the specified workbook to an XML data file.

public delegate void WorkbookEvents_AfterXmlExportEventHandler(XmlMap ^ Map, System::String ^ Url, XlXmlExportResult Result);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_AfterXmlExportEventHandler(XmlMap Map, string Url, XlXmlExportResult Result);
Public Delegate Sub WorkbookEvents_AfterXmlExportEventHandler(Map As XmlMap, Url As String, Result As XlXmlExportResult)

Parameters

Map
XmlMap

Required XmlMap object. The schema map that was used to save or export data.

Url
String

Required String. The location of the XML file that was exported.

Result
XlXmlExportResult

Required XlXmlExportResult. Indicates the results of the save or export operation.

Attributes

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

Applies to