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 包含 null 參考 (在 Visual Basic 中為 Nothing)。

適用於