ChartEvents.BeforeDoubleClick Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub BeforeDoubleClick ( _
ElementID As Integer, _
Arg1 As Integer, _
Arg2 As Integer, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As ChartEvents
Dim ElementID As Integer
Dim Arg1 As Integer
Dim Arg2 As Integer
Dim Cancel As Boolean
instance.BeforeDoubleClick(ElementID, _
Arg1, Arg2, Cancel)
void BeforeDoubleClick(
int ElementID,
int Arg1,
int Arg2,
out bool Cancel
)
Parameters
- ElementID
Type: System.Int32
- Arg1
Type: System.Int32
- Arg2
Type: System.Int32
- Cancel
Type: System.Boolean