IChartEvents.BeforeDoubleClick(Int32, Int32, Int32, Boolean) Method
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.
public:
void BeforeDoubleClick(int ElementID, int Arg1, int Arg2, [Runtime::InteropServices::Out] bool % Cancel);
public void BeforeDoubleClick (int ElementID, int Arg1, int Arg2, out bool Cancel);
Public Sub BeforeDoubleClick (ElementID As Integer, Arg1 As Integer, Arg2 As Integer, ByRef Cancel As Boolean)
Parameters
- ElementID
- Int32
- Arg1
- Int32
- Arg2
- Int32
- Cancel
- Boolean