ChartEvents_SinkHelper.BeforeRightClick Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub BeforeRightClick ( _
ByRef param0 As Boolean _
)
'Usage
Dim instance As ChartEvents_SinkHelper
Dim param0 As Boolean
instance.BeforeRightClick(param0)
public virtual void BeforeRightClick(
ref bool param0
)
Parameters
- param0
Type: System.Boolean
Implements
ChartEvents.BeforeRightClick(Boolean)