DiagramClientView.OnDragDropCommon 方法

定义

在 System.windows.dragdrop.drop> 上调用。

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)

参数

e
DragEventArgs

System.windows.dragdrop.drop> 的 System.windows.drageventargs.effects。

isDropLocationUserSpecified
Boolean

指示是由用户还是由生产指定 () 。

hitShape
ShapeElement

ShapeElement 拖放到。 如果为 null,则执行命中测试。

适用于