Share via


ApplicationClass.WorkbookAfterXmlExport Event

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

Syntax

'Declaration
Public Overridable Event WorkbookAfterXmlExport As AppEvents_WorkbookAfterXmlExportEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookAfterXmlExportEventHandler

AddHandler instance.WorkbookAfterXmlExport, handler
public virtual event AppEvents_WorkbookAfterXmlExportEventHandler WorkbookAfterXmlExport

Implements

AppEvents_Event.WorkbookAfterXmlExport

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace