DiagramClientView.OnDragDropCommon Method

Definition

Called on a DragDrop.

public:
 void OnDragDropCommon(System::Windows::Forms::DragEventArgs ^ e, bool isDropLocationUserSpecified, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ hitShape);
public void OnDragDropCommon (System.Windows.Forms.DragEventArgs e, bool isDropLocationUserSpecified, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement hitShape);
member this.OnDragDropCommon : System.Windows.Forms.DragEventArgs * bool * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Sub OnDragDropCommon (e As DragEventArgs, isDropLocationUserSpecified As Boolean, hitShape As ShapeElement)

Parameters

e
DragEventArgs

The DragEventArgs of the DragDrop.

isDropLocationUserSpecified
Boolean

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

hitShape
ShapeElement

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

Applies to