AppEvents_Event.WorkbookBeforeXmlExport EventĀ 

Occurs before 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)

Usage

WithEvents appEvents_Event1 As AppEvents_Event
Function appEvents_Event1_WorkbookBeforeXmlExport(Wb As Workbook, _
    Map As XmlMap, _
    Url As String, _
    Cancel As Boolean) As Void
    Handles appEvents_Event1.WorkbookBeforeXmlExport
End Function

Syntax

Event WorkbookBeforeXmlExport As AppEvents_WorkbookBeforeXmlExportEventHandler
event AppEvents_WorkbookBeforeXmlExportEventHandler WorkbookBeforeXmlExport;
event AppEvents_WorkbookBeforeXmlExportEventHandler^ WorkbookBeforeXmlExport;
 void add_WorkbookBeforeXmlExport(AppEvents_WorkbookBeforeXmlExportEventHandler handler);
 void remove_WorkbookBeforeXmlExport(AppEvents_WorkbookBeforeXmlExportEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

Use the BeforeXmlExport event if you want to capture XML data that is being exported or saved from a particular workbook.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

AppEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

AppEvents_Event Members