WorkbookEvents_AfterXmlExportEventHandler delegate
Office 2013 and later
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Map
- Type: Microsoft.Office.Interop.Excel.XmlMap
Required XmlMap object. The schema map that was used to save or export data.
- Url
- Type: System.String
Required String. The location of the XML file that was exported.
- Result
- Type: Microsoft.Office.Interop.Excel.XlXmlExportResult
Required XlXmlExportResult. Indicates the results of the save or export operation.
Show: