WorkbookEvents_AfterXmlImportEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the AfterXmlImport event. The AfterXmlImport event occurs after an existing XML data connection is refreshed or after new XML data is imported into the specified Microsoft Excel workbook.
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 XML map that will be 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 the event was triggered by importing from a different data source.
- Result
- Type: Microsoft.Office.Interop.Excel.XlXmlImportResult
Required XlXmlImportResult. Indicates the results of the refresh or import operation.
Show: