StructuredCompositeActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在設計介面界限中完成拖放作業時,通知 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)
參數
定義作業事件引數的 ActivityDragEventArgs。
例外狀況
e
包含 null 參考 (在 Visual Basic 中為 Nothing
)。