DiagramClientView.InvokeDragDrop Method
Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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.DragEventArgsA 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.