DiagramClientView.OnDragDropCommon Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.