Share via


IVsDataViewDropTargetProvider.OnDragOver Method

When implemented by a class, raises the DragOver event.

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

Syntax

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

Parameters

  • itemId
    Type: System.Int32

    A numerical identifier for the node in the data view hierarchy.

.NET Framework Security

See Also

Reference

IVsDataViewDropTargetProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace