DiagramClientView.OnDragDropCommon Method

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)

Syntax

'Declaration
Public Sub OnDragDropCommon ( _
    e As DragEventArgs, _
    isDropLocationUserSpecified As Boolean, _
    hitShape As ShapeElement _
)
public void OnDragDropCommon(
    DragEventArgs e,
    bool isDropLocationUserSpecified,
    ShapeElement hitShape
)
public:
void OnDragDropCommon(
    DragEventArgs^ e, 
    bool isDropLocationUserSpecified, 
    ShapeElement^ hitShape
)
member OnDragDropCommon : 
        e:DragEventArgs * 
        isDropLocationUserSpecified:bool * 
        hitShape:ShapeElement -> unit
public function OnDragDropCommon(
    e : DragEventArgs, 
    isDropLocationUserSpecified : boolean, 
    hitShape : ShapeElement
)

Parameters

  • isDropLocationUserSpecified
    Type: System.Boolean

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

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace