ChartEvents_DragOverEventHandler Delegate

A Delegate type used to add an event handler for the DragOver event. The DragOver event occurs when a range of cells is dragged over a chart.

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

Syntax

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace