ChartEvents_BeforeRightClickEventHandler Delegate

Definition

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.

public delegate void ChartEvents_BeforeRightClickEventHandler([Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ChartEvents_BeforeRightClickEventHandler(out bool Cancel);
Public Delegate Sub ChartEvents_BeforeRightClickEventHandler(ByRef Cancel As Boolean)

Parameters

Cancel
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.

Attributes

Applies to