IVsDataViewDropTargetProvider.OnDragDrop(Int32, DragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A DragEventArgs containing the event data.