Share via


IVsDataViewDragSourceProvider.OnDropped Method

When implemented by a class, handles the drop operation.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Sub OnDropped ( _
    dataObject As IDataObject, _
    effect As DragDropEffects _
)
void OnDropped(
    IDataObject dataObject,
    DragDropEffects effect
)
void OnDropped(
    IDataObject^ dataObject, 
    DragDropEffects effect
)
abstract OnDropped : 
        dataObject:IDataObject * 
        effect:DragDropEffects -> unit
function OnDropped(
    dataObject : IDataObject, 
    effect : DragDropEffects
)

Parameters

.NET Framework Security

See Also

Reference

IVsDataViewDragSourceProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace