AppEvents_WorkbookAfterXmlImportEventHandler delegate

A Delegate type used to add an event handler for the WorkbookAfterXmlImport event. The WorkbookAfterXmlImport event occurs after an existing XML data connection is refreshed, or new XML data is imported into any open Microsoft Excel workbook.

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

No code example is currently available or this language may not be supported.

Parameters

Wb
Type: Microsoft.Office.Interop.Excel.Workbook

Required Workbook. The target workbook.

Map
Type: Microsoft.Office.Interop.Excel.XmlMap

Required XmlMap. The XML map that was used to import data.

IsRefresh
Type: System.Boolean

Required Boolean. True if the event was triggered by refreshing an existing connection to XML data, False if a new mapping was created.

Result
Type: Microsoft.Office.Interop.Excel.XlXmlImportResult

Required XlXmlImportResult. Indicates the results of the refresh or import operation.

Show: