WorkbookEvents_NewChartEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el NewChart evento. El evento NewChart se produce cuando se crea un nuevo gráfico en el libro.

public delegate void WorkbookEvents_NewChartEventHandler(Chart ^ Ch);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_NewChartEventHandler(Chart Ch);
Public Delegate Sub WorkbookEvents_NewChartEventHandler(Ch As Chart)

Parámetros

Ch
Chart

El nuevo gráfico.

Atributos

Se aplica a