DiagramClientView::OnDragDropCommon Method (DragEventArgs^, Boolean, ShapeElement^)
Visual Studio 2015
Called on a DragDrop.
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.
Show: