AppEvents_WorkbookAfterXmlImportEventHandler Delegate

Definition

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.

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

Parameters

Wb
Workbook

Required Workbook. The target workbook.

Map
XmlMap

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

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

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

Attributes

Applies to