IVsDataViewDropTargetProvider.OnDragDrop(Int32, DragEventArgs) Method

Definition

When implemented by a class, raises the DragDrop event.

public:
 void OnDragDrop(int itemId, System::Windows::Forms::DragEventArgs ^ e);
public void OnDragDrop (int itemId, System.Windows.Forms.DragEventArgs e);
abstract member OnDragDrop : int * System.Windows.Forms.DragEventArgs -> unit
Public Sub OnDragDrop (itemId As Integer, e As DragEventArgs)

Parameters

itemId
Int32

A numerical identifier for the node in the data view hierarchy.

e
DragEventArgs

A DragEventArgs containing the event data.

Applies to