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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: DragEventArgs

    A set of DragEventArgs that contains the IDataObject to be dropped.

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace