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

備註

當拖放作業結束于設計工具界限內時,就會發生此事件。

適用於