ChartEvents_Event.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
Event DragPlot As ChartEvents_DragPlotEventHandler
'Usage
Dim instance As ChartEvents_Event
Dim handler As ChartEvents_DragPlotEventHandler

AddHandler instance.DragPlot, handler
event ChartEvents_DragPlotEventHandler DragPlot

See Also

Reference

ChartEvents_Event Interface

ChartEvents_Event Members

Microsoft.Office.Interop.Excel Namespace