Share via


IDragDropTargetPattern.OnDrop Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Sub OnDrop ( _
    dropArea As DirectionalDropArea, _
    e As DragEventArgs _
)
void OnDrop(
    DirectionalDropArea dropArea,
    DragEventArgs e
)
void OnDrop(
    DirectionalDropArea dropArea, 
    DragEventArgs^ e
)
abstract OnDrop : 
        dropArea:DirectionalDropArea * 
        e:DragEventArgs -> unit
function OnDrop(
    dropArea : DirectionalDropArea, 
    e : DragEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

IDragDropTargetPattern Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace