ChartEvents_ActivateEventHandler Delegate

A Delegate type used to add an event handler for the Activate event. The Activate event occurs when a chart sheet or embedded chart is activated.

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

Syntax

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace