ActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法

定義

當拖放操作在設計界內完成時發生。

protected:
 virtual void OnDragDrop(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected virtual void OnDragDrop(System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
abstract member OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
override this.OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overridable Sub OnDragDrop (e As ActivityDragEventArgs)

參數

e
ActivityDragEventArgs

一個 ActivityDragEventArgs 包含事件資料的 。

備註

此事件發生在拖放操作結束於設計範圍內。

適用於