ChartEvents_Event.BeforeRightClick Event
Occurs when an embedded chart is right-clicked, before the default right-click action.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event BeforeRightClick As ChartEvents_BeforeRightClickEventHandler
'Usage
Dim instance As ChartEvents_Event
Dim handler As ChartEvents_BeforeRightClickEventHandler
AddHandler instance.BeforeRightClick, handler
event ChartEvents_BeforeRightClickEventHandler BeforeRightClick
Remarks
Like other worksheet events, this event doesn't occur if you right-click while the pointer is on a shape or a command bar (a toolbar or menu bar).