StructuredCompositeActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法

定義

當拖放操作完成時,會通知 其 StructuredCompositeActivityDesigner 設計表面的界限。

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

參數

e
ActivityDragEventArgs

ActivityDragEventArgs 就定義了操作事件參數。

例外狀況

e 包含一個空參考(Nothing 在 Visual Basic 中)。

適用於