Udostępnij za pośrednictwem


IVsDataViewDropTargetProvider.OnDragDrop(Int32, DragEventArgs) Metoda

Definicja

Po zaimplementowaniu przez klasę zdarzenie jest wywoływane DragDrop .

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)

Parametry

itemId
Int32

Identyfikator liczbowy węzła w hierarchii widoku danych.

e
DragEventArgs

Element DragEventArgs zawierający dane zdarzenia.

Dotyczy