Share via


IVsDataViewDragSourceProvider.OnDropped(IDataObject, DragDropEffects) Method

Definition

When implemented by a class, handles the drop operation.

public:
 void OnDropped(System::Windows::Forms::IDataObject ^ dataObject, System::Windows::Forms::DragDropEffects effect);
public void OnDropped (System.Windows.Forms.IDataObject dataObject, System.Windows.Forms.DragDropEffects effect);
abstract member OnDropped : System.Windows.Forms.IDataObject * System.Windows.Forms.DragDropEffects -> unit
Public Sub OnDropped (dataObject As IDataObject, effect As DragDropEffects)

Parameters

dataObject
IDataObject

An IDataObject object containing a copy of the information to be transferred.

effect
DragDropEffects

A DragDropEffects object specifying the drag-and-drop effects, such as whether the data is copied, moved, or linked.

Applies to