IVsDataViewDragSourceProvider.OnDropped(IDataObject, DragDropEffects) 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, 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.