DocEvents_PivotTableBeforeCommitChangesEventHandler Délégué
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.
Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement PivotTableBeforeCommitChanges . L’événement PivotTableBeforeCommitChanges se produit avant que les modifications soient validées sur la source de données OLAP d’un tableau croisé dynamique.
public delegate void DocEvents_PivotTableBeforeCommitChangesEventHandler(PivotTable ^ TargetPivotTable, int ValueChangeStart, int ValueChangeEnd, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_PivotTableBeforeCommitChangesEventHandler(PivotTable TargetPivotTable, int ValueChangeStart, int ValueChangeEnd, out bool Cancel);
Public Delegate Sub DocEvents_PivotTableBeforeCommitChangesEventHandler(TargetPivotTable As PivotTable, ValueChangeStart As Integer, ValueChangeEnd As Integer, ByRef Cancel As Boolean)
Paramètres
- TargetPivotTable
- PivotTable
Tableau croisé dynamique qui contient les modifications à valider
- ValueChangeStart
- Int32
Index de la première modification dans l’objet associé PivotTableChangeList . L’index est spécifié par la Order propriété de l’objet ValueChange dans la PivotTableChangeList collection.
- ValueChangeEnd
- Int32
Index de la dernière modification dans l’objet associé PivotTableChangeList . L’index est spécifié par la Order propriété de l’objet ValueChange dans la PivotTableChangeList collection.
- Cancel
- Boolean
false lorsque l’événement se produit. Si la procédure événementielle définit ce paramètre sur true, les modifications ne sont pas validées sur la source de données OLAP du tableau croisé dynamique.
- Attributs