DragDropHelper.OnDrop Method

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

Syntax

‘선언
Public Sub OnDrop ( _
    e As DragEventArgs _
)
‘사용 방법
Dim instance As DragDropHelper
Dim e As DragEventArgs

instance.OnDrop(e)
public void OnDrop(
    DragEventArgs e
)
public:
void OnDrop(
    DragEventArgs^ e
)
member OnDrop : 
        e:DragEventArgs -> unit 
public function OnDrop(
    e : DragEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DragDropHelper Class

DragDropHelper Members

Microsoft.VisualStudio.PlatformUI Namespace