DiagramClientView::OnDragDropCommon Method (DragEventArgs^, Boolean, ShapeElement^)

 

Called on a DragDrop.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void OnDragDropCommon(
	DragEventArgs^ e,
	bool isDropLocationUserSpecified,
	ShapeElement^ hitShape
)

Parameters

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

The DragEventArgs of the DragDrop.

isDropLocationUserSpecified
Type: System::Boolean

indicates if (e.X,e.Y) were specified by the user or manufactured.

hitShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The ShapeElement dropped onto. If null, a hit test is performed.

Return to top
Show: