다음을 통해 공유


DragDropHelper.OnDragEnter Method

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

Syntax

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

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

Parameters

.NET Framework Security

See Also

Reference

DragDropHelper Class

DragDropHelper Members

Microsoft.VisualStudio.PlatformUI Namespace