WorkItemResultGrid.OnDragDrop Method
This member overrides Control.OnDragDrop(DragEventArgs).
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnDragDrop ( _
e As DragEventArgs _
)
protected override void OnDragDrop(
DragEventArgs e
)
protected:
virtual void OnDragDrop(
DragEventArgs^ e
) override
abstract OnDragDrop :
e:DragEventArgs -> unit
override OnDragDrop :
e:DragEventArgs -> unit
protected override function OnDragDrop(
e : DragEventArgs
)
Parameters
.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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace