ChartEvents_Event.MouseDown Event
Occurs when a mouse button is pressed while the pointer is over a chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event MouseDown As ChartEvents_MouseDownEventHandler
'Usage
Dim instance As ChartEvents_Event
Dim handler As ChartEvents_MouseDownEventHandler
AddHandler instance.MouseDown, handler
event ChartEvents_MouseDownEventHandler MouseDown