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