WorkbookEvents_SinkHelper.m_NewChartDelegate Field
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public m_NewChartDelegate As WorkbookEvents_NewChartEventHandler
'Usage
Dim instance As WorkbookEvents_SinkHelper
Dim value As WorkbookEvents_NewChartEventHandler
value = instance.m_NewChartDelegate
instance.m_NewChartDelegate = value
public WorkbookEvents_NewChartEventHandler m_NewChartDelegate
See Also
Reference
WorkbookEvents_SinkHelper Class