ChartEvents_CalculateEventHandler Delegate

A Delegate type used to add an event handler for the Calculate event. The Calculate event occurs after the chart plots new or changed data.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ChartEvents_CalculateEventHandler
'Usage
Dim instance As New ChartEvents_CalculateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ChartEvents_CalculateEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace