DiagramClientView::InvokeDragDrop Method (DragEventArgs^)

 

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)

public:
void InvokeDragDrop(
	DragEventArgs^ e
)

Parameters

e
Type: System.Windows.Forms::DragEventArgs^

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

Return to top
Show: