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)

Usage

Sub Sub1()
End Sub
Dim chartEvents_DragPlotEventHandler1 As New ChartEvents_DragPlotEventHandler(AddressOf Sub1)

Syntax

Public Delegate Sub ChartEvents_DragPlotEventHandler()
public delegate void ChartEvents_DragPlotEventHandler();
public delegate Void ChartEvents_DragPlotEventHandler();
public delegate void ChartEvents_DragPlotEventHandler();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace