WorkbookEvents_AfterXmlImportEventHandler Delegate

Definition

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.

public delegate void WorkbookEvents_AfterXmlImportEventHandler(XmlMap ^ Map, bool IsRefresh, XlXmlImportResult Result);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_AfterXmlImportEventHandler(XmlMap Map, bool IsRefresh, XlXmlImportResult Result);
Public Delegate Sub WorkbookEvents_AfterXmlImportEventHandler(Map As XmlMap, IsRefresh As Boolean, Result As XlXmlImportResult)

Parameters

Map
XmlMap

Required XmlMap object. The XML map that will be used to import data.

IsRefresh
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
XlXmlImportResult

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

Attributes

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

Applies to