AppEvents_WorkbookNewChartEventHandler Delegate

Definition

A Delegate type used to add an event handler for the WorkbookNewChart event. The WorkbookNewChart event occurs when a new chart is created in any open workbook.

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

Parameters

Wb
Workbook

The workbook.

Ch
Chart

The new chart.

Attributes

Applies to