AppEvents_WorkbookAfterXmlExportEventHandler Delegate

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_WorkbookAfterXmlExportEventHandler ( _
    Wb As Workbook, _
    Map As XmlMap, _
    Url As String, _
    Result As XlXmlExportResult _
)
'Usage
Dim instance As New AppEvents_WorkbookAfterXmlExportEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookAfterXmlExportEventHandler(
    Workbook Wb,
    XmlMap Map,
    string Url,
    XlXmlExportResult Result
)

Parameters

  • Url
    Type: System.String

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace