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.
Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub InvokeDragDrop ( _
    e As DragEventArgs _
)
public void InvokeDragDrop(
    DragEventArgs e
)
public:
void InvokeDragDrop(
    DragEventArgs^ e
)
member InvokeDragDrop : 
        e:DragEventArgs -> unit 
public function InvokeDragDrop(
    e : DragEventArgs
)
Parameters
- e
 Type: System.Windows.Forms.DragEventArgs
 A set of DragEventArgs that contains the IDataObject to be dropped.
.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.