Share via


IDragDropTargetPattern.OnDragOver Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IDragDropTargetPattern Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace