Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When implemented by a class, raises the DragDrop event.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub OnDragDrop ( _
itemId As Integer, _
e As DragEventArgs _
)
void OnDragDrop(
int itemId,
DragEventArgs e
)
void OnDragDrop(
int itemId,
DragEventArgs^ e
)
abstract OnDragDrop :
itemId:int *
e:DragEventArgs -> unit
function OnDragDrop(
itemId : int,
e : DragEventArgs
)
Parameters
- itemId
Type: System.Int32
A numerical identifier for the node in the data view hierarchy.
- e
Type: System.Windows.Forms.DragEventArgs
A DragEventArgs containing the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewDropTargetProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace