ChartEvents_SinkHelper.m_MouseDownDelegate Field
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public m_MouseDownDelegate As ChartEvents_MouseDownEventHandler
'Usage
Dim instance As ChartEvents_SinkHelper
Dim value As ChartEvents_MouseDownEventHandler
value = instance.m_MouseDownDelegate
instance.m_MouseDownDelegate = value
public ChartEvents_MouseDownEventHandler m_MouseDownDelegate