ChartClass.DragPlot Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event DragPlot As ChartEvents_DragPlotEventHandler
'Usage
Dim instance As ChartClass
Dim handler As ChartEvents_DragPlotEventHandler
AddHandler instance.DragPlot, handler
public virtual event ChartEvents_DragPlotEventHandler DragPlot