DocEvents_PivotTableBeforeCommitChangesEventHandler Delegar

Definição

Um tipo Delegate usado para adicionar um manipulador de eventos para o PivotTableBeforeCommitChanges evento. O evento PivotTableBeforeCommitChanges ocorre antes que as alterações sejam cometidas na fonte de dados OLAP de uma Tabela Dinâmica.

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)

Parâmetros

TargetPivotTable
PivotTable

A Tabela Dinâmica que contém as alterações para confirmação

ValueChangeStart
Int32

O índice para a primeira alteração no objeto PivotTableChangeList associado. O índice é especificado pela Order propriedade do objeto na ValueChange PivotTableChangeList coleção.

ValueChangeEnd
Int32

O índice para a última alteração no objeto PivotTableChangeList associado. O índice é especificado pela Order propriedade do objeto na ValueChange PivotTableChangeList coleção.

Cancel
Boolean

false quando o evento ocorre. Se o procedimento de evento define esse parâmetro como true, as alterações não são comprometidas com a fonte de dados OLAP da Tabela Dinâmica.

Atributos

Aplica-se a