AppEvents_WorkbookNewChartEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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