ChartEvents.BeforeDoubleClick(Int32, Int32, Int32, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- ElementID
- Int32
- Arg1
- Int32
- Arg2
- Int32
- Cancel
- Boolean