Share via


ChartEvents.BeforeRightClick Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub BeforeRightClick ( _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As ChartEvents
Dim Cancel As Boolean

instance.BeforeRightClick(Cancel)
void BeforeRightClick(
    out bool Cancel
)

Parameters

See Also

Reference

ChartEvents Interface

ChartEvents Members

Microsoft.Office.Interop.Excel Namespace