ApplicationClass.WorkbookBeforeXmlExport Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event WorkbookBeforeXmlExport As AppEvents_WorkbookBeforeXmlExportEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookBeforeXmlExportEventHandler
AddHandler instance.WorkbookBeforeXmlExport, handler
public virtual event AppEvents_WorkbookBeforeXmlExportEventHandler WorkbookBeforeXmlExport
Implements
AppEvents_Event.WorkbookBeforeXmlExport