IChartEvents.BeforeDoubleClick(Int32, Int32, Int32, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- ElementID
- Int32
- Arg1
- Int32
- Arg2
- Int32
- Cancel
- Boolean