ChartEvents_DragPlotEventHandler Delegate

A Delegate type used to add an event handler for the DragPlot event. The DragPlot event occurs when a range of cells is dragged and dropped on 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_DragPlotEventHandler
'Usage
Dim instance As New ChartEvents_DragPlotEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ChartEvents_DragPlotEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace