AppEvents_WorkbookAfterXmlExportEventHandler Delegate

Definition

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

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

Parameters

Wb
Workbook

Required Workbook. The target workbook.

Map
XmlMap

Required XmlMap. The XML 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

Applies to