ChartEvents_Event.add_MouseDown Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub add_MouseDown ( _
param0 As ChartEvents_MouseDownEventHandler _
)
'Usage
Dim instance As ChartEvents_Event
Dim param0 As ChartEvents_MouseDownEventHandler
instance.add_MouseDown(param0)
void add_MouseDown(
ChartEvents_MouseDownEventHandler param0
)