ChartEvents_BeforeRightClickEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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