ChartEvents_BeforeRightClickEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the BeforeRightClick event. The BeforeRightClick event occurs when an embedded chart is right-clicked, before the default right-click action.
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[ComVisibleAttribute(false)] public delegate void ChartEvents_BeforeRightClickEventHandler( out bool Cancel )
Parameters
- Cancel
- Type: System.Boolean%
Required. False when the event occurs. If the event sets this argument to True, the default right-click action isn't performed when the procedure is finished.